Hello!
 
I need to find and click a link with an specific url, which depends of an item id number:
 
itemId="22053541"
 
$browser.link(:url, /sell?act=categ&subAct=similarItem&siteID=MLA&itemID=#{itemId}/).click
 
 
When i run this, watir shows me:
 
c:/ruby/lib/ruby/site_ruby/1.8/watir.rb:1939:in `assert_exists': Unable to locate object, using url and (?-mix:sell?act=categ&subAct=similarItem&siteID=MLA&itemID=22053541)
 
Am i doing something wrong with that regular _expression_?
 
Thanks in advance
Cheers!
 
Rodrigo Julian Martin
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to