Titus Fortner

Results 506 comments of Titus Fortner

Here's another issue requesting this info: https://github.com/SeleniumHQ/selenium/issues/10464

I didn't finish this, so I'm reopening this and moving it to documentation so we can keep track of it.

Thanks, this commit is included in #1123 now.

Looks like this broke the unit tests? Can you double check? Thanks.

I looked at this, and I'm not sure about always adding another command to store the original size automatically. This can be done right now: ```ruby original_size = @browser.window.size @browser.window.maximize...

The issue is that Chrome shadow root support doesn't work with XPath. There's more code that needs to be added here, but I've been more focused on Selenium code than...

I think we decided that this isn't the right solution to this problem, so I'm closing.

So, we need some kind of solution to this. I think it requires `Watir::Executor` and us figuring out which the default needs to be. :)

Because there are multiple reasons for a click to be intercepted, so we don't want to force wait on this always. You can write your own method that rescues this...

In principle I completely agree with you. We just need to allow the option for users with a permanent overly to rescue the exception and handle it differently. If Watir...