Titus Fortner

Results 506 comments of Titus Fortner

There are 3 types of capabilities: w3c specified capabilities, browser specific capabilities and vendor specific capabilities. The browser options classes are designed to natively manage the first two, and you...

Ok, dug into this and found the location of the actual issue at least. The problem is that the `FirefoxProfile` class was not properly updated from the switch to geckodriver....

Java recently stopped doing this in 7c4a0501 Though Ruby maintained a list of defaults to match what Selenium 3 was doing - https://github.com/SeleniumHQ/selenium/pull/9138

We had discussed at one point trying to reuse the existing timeouts class logic in the options https://github.com/SeleniumHQ/selenium/blob/trunk/dotnet/src/webdriver/Timeouts.cs What needed to be subclassed by which wasn't straightforward. TBH, might be...

@oomelianchuk ooc, is neodymium active? have you added it to our list? https://docs.google.com/forms/d/e/1FAIpQLSdr21sc1j8a4yqq-TQnc6ATC4r7she2CuSSfZylvC_YOX3JFA/viewform Thanks!

The root issue here is [bazel limitations in .NET](https://github.com/SeleniumHQ/selenium/issues/10465)

@symonk yes, this is what I wanted to document. I'm wondering if we can wrap this behavior and if it will address the issues below. I'm thinking something like this:...

Ran a basic search in the project because I was curious behaviour - 536 times behavior - 3200 times Let's not change those, ok?

Looking at the logs for this... The "Session request received by the Distributor" is very quick in 4.3, and takes up to 15 seconds in 4.4 Not sure if it...

This particular issue is about the specific change made in 4.4 that increased time for `Session request received by the Distributor`. If there is an additional speed-related issue to address,...