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

fill_in doesn not work because readonly: "false" is true #1712

Closed
SanderMander opened this issue Jun 14, 2016 · 2 comments
Closed

fill_in doesn not work because readonly: "false" is true #1712

SanderMander opened this issue Jun 14, 2016 · 2 comments

Comments

@SanderMander
Copy link

After updating driver to marionette all fill_in methods stop working
Look at this string
https://github.com/jnicklas/capybara/blob/master/lib/capybara/selenium/node.rb#L52
It is always true, because now self[:readonly] is equal "false" (for inputs tags) which is boolean true.

@twalpole
Copy link
Member

Work to support marionette is underway in the marionette branch where this issue has already been fixed - marionette w/ selenium is not really ready for prime time yet - select/deselect of multiple selects doesn't work, multiple sessions don't work due to port conflicts, exexute_script can't access page defined functions, etc. you're better off sticking with FF 46 until 47.0.1 is released which should work with FirefoxDriver again

@twalpole
Copy link
Member

See Issue #1709 and issue #1710

@lock lock bot locked and limited conversation to collaborators Aug 17, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants