You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if you try to locate an element by using PageObject method "ins_elements" you will get an error:
NoMethodError: undefined method `inss' for #<Watir::Browser:0x00007f9979fd1528>
Did you mean? inses
ins
the singular version "ins_element" works, but plurar version doesn't, since it seems to search for inss method in Watir, while Watir has inses method instead.
if you try to locate an element by using PageObject method "ins_elements" you will get an error:
the singular version "ins_element" works, but plurar version doesn't, since it seems to search for
inss
method in Watir, while Watir hasinses
method instead.I used following gem versions:
The text was updated successfully, but these errors were encountered: