Titus Fortner

Results 506 comments of Titus Fortner

To be honest, i'd kind of like selenium to behave a little more like other projects and put upcoming breaking changes in Selenium 5 at this point.

Duplicate #13749 Read the linked chromedriver bug in that issue, lots of people have had issues with this

I haven't updated api docs for 4.22,going to do that today. I'll get back to you with results.

Yes, something isn't working properly with Python documentation. Executing `tox -c py/tox.ini -e docs` throws a bunch of warnings. https://github.com/SeleniumHQ/selenium/actions/runs/9618006350/job/26530983788#step:7:13 Comparing 4.21 to 4.22 shows a number of files getting...

> really should be bumped up to something much more recent The first time I worked with Python docs (a few years ago?) updating Sphinx broke things, so I set...

Fixed with #14173 as soon as I do the 4.22 update to the docs

I think this was closed by mistake; the OP said it is still not working for them, and there's now a Sauce Labs user getting the same error. Also, the...

The right way to use Opera in Selenium 4.2+ is to use `ChromeOptions` and pass in the location to the opera browser. Please do not include the `w3c` parameter. See...

Excellent! I was meaning to ask why that was necessary. Thanks. On Mon, Aug 27, 2018, 6:23 AM Kazuaki Matsuo wrote: > In appium/ruby_lib_core#136 > , I've got rid of...

Yeah, essentially we'll want to create a `ClassChain` class that implements these methods: https://github.com/watir/watir/blob/master/lib/watir/locators/element/selector_builder/xpath.rb It's going to be interesting figuring out how to properly deal with implementations that are browser/driver...