Hi every one, I'm french beginner in vapir, I use vapir because we
have a lot of special characters and vapir let me to insert them. My
problem is : I have a script which was right with watir but when I
adapt this one under vapir, it didn't worked!
..................................................................................
require 'vapir-firefox'
browser = Vapir::Browser.start "
http://www.google.fr/"
#
browser.text_field(:name,"q").set("ruby")
#
browser.button(:value,"Recherche Google").click
#
puts browser.element_by_xpath("//a[@class=’l']").text
..........................................................
someone can test this script and help me to understand and resolve the
problem?
thanks a lot. Cheers