We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
So I run in to the problem, maybe naming is bad, but it's not the point. page.rb
text_field(:text, css: 'section > form > div > div.input-fields > div:nth-child(2) > div > input[type="text"]')
when I try to populate page:
populate_page_with(text: 'text')
->
*** ArgumentError Exception: wrong number of arguments (given 0, expected 1)
problem in:
def is_radiobutton?(key) respond_to?("select_#{key}".to_sym) end
as select_text - exist in watir
The text was updated successfully, but these errors were encountered:
Maybe it's time to change all validators to :
self.send("#{key}_element").element.class
as they all watir elements
Sorry, something went wrong.
fix in #448
@vveliev Let's work on this issue during the Hackathon.
No branches or pull requests
So I run in to the problem, maybe naming is bad, but it's not the point.
page.rb
when I try to populate page:
->
problem in:
as select_text - exist in watir
The text was updated successfully, but these errors were encountered: