Andrei Botalov
Andrei Botalov
It looks like all reserved characters aren't matched, not just comma. However, it seems to me that some of them should be considered valid (they encounter in query strings quiet...
Probably `variable_defaults` should be removed if it doesn't work.
@larsrinn Will be it a breaking change? Calling a session fixture from a function fixture is possible.
Btw, if you just want another window (rather than browser instance) you can open window using JS and switch to it using Webdriver's "switch to window".
Do you want to keep Selenium-specific option (https://github.com/teamcapybara/capybara/pull/1781) as well?
1. It seems Sauce Labs is able to provide a free account (https://saucelabs.com/opensauce, choose Open Sauce at sign up form) so we can use it until Travis CI will provide...
What is the difference between `flick` and `swipe`?
I've just filed https://www.w3.org/Bugs/Public/show_bug.cgi?id=25293 as Webdriver spec doesn't define a way to set speed/duration of `swipe`. However, I don't understand the difference between `swipe` and `flick` so I don't know...
The part about speed is currently missing in Webdriver spec so when it will appear there may be API breakage in Selenium 3. So I would prefer to provide a...
I don't like `single_tap` as a method name. Appium provides a count parameter to tap (https://github.com/appium/appium/blob/9f798f52e112477eb35abcb04c6c46778d77a100/docs/gestures.md) so maybe this API will be added to Selenium in future. I think it...