Hi Guys, really quick question, Im using watir-webdriver on a MAC.
my code is: @browser.link(:text, "Mystic Meg's Wheel of Destiny").should exist But im getting an error saying: The expression is not a legal expression. I think it is because of the ' symbol. But im unsure of what to do to get it to pick it up. I have tried putting in @browser.link(:text, "Mystic Meg'\s Wheel of Destiny").should exist as i thought that would work but its not. Any ideas would be great. Im basically trying to get: @browser.link(:text, "Mystic Meg's Wheel of Destiny").should exist to work. Kind regards, Usman Hussain -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
