Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

If you try to use .ins_elements method, you will get an error #496

Open
ibalosh opened this issue Oct 21, 2020 · 0 comments
Open

If you try to use .ins_elements method, you will get an error #496

ibalosh opened this issue Oct 21, 2020 · 0 comments
Labels

Comments

@ibalosh
Copy link

ibalosh commented Oct 21, 2020

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.

I used following gem versions:

gem 'page-object', '2.2.6'
gem 'selenium-webdriver', '3.142.7'
gem 'watir', '6.17.0' 
@jkotests jkotests added the bug label Mar 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants