Lucas Tierney
Lucas Tierney
As discussed in IRC, ETA of Selenium 4
@BradVanDuker is there a specific reason you're using `0.11.0` still? There have been vast improvements and bug fixes since then, can you upgrade and try again?
@BradVanDuker I'm sorry I didn't notice earlier, but `Input` isn't meant to be used directly but rather as the type of input. In most cases, you would use `text_field`. Other...
@titusfortner it has the same behavior in Watir. Maybe we need to raise this in Watir as well. ``` irb(main):001:0> require "watir" => true irb(main):002:0> b = Watir::Browser.new(:firefox) /Users/lucast/.rbenv/versions/2.4.5/lib/ruby/gems/2.4.0/gems/selenium-webdriver-3.141.0/lib/selenium/webdriver/common/platform.rb:145: warning:...
Nerodia equivalents of the links @titusfortner provided: https://github.com/watir/nerodia/blob/024c2150effa12f677e4cd9fc9ef651ac2198616/nerodia/elements/text_field.py#L13-L14 https://github.com/watir/nerodia/blob/117fd1881844867b15625e7214605aa30183636d/tests/browser/elements/text_field_tests.py#L48-L49
@Yamakaky that is a command specific to my fork, which is very different from the original now
> It seems we have used test index in the past https://test.pypi.org/project/selenium/#history > > And I believe it would be good enough for this purpose? We would need to get...