Hello Everyone,
I´m in trouble with a special challenge.
The only thing I got is some Selenese Commands like
command | target | value
"type" | "q" | "Selenium
seleniumhq.org"
how can i execute this by the Ruby API?
something like do_command("type", "q", "Selenium
seleniumhq.org")
I hope somebody can help me!