ipjohnson / SeleniumFixture

Selenium testing fixture for C#
Microsoft Public License
15 stars 6 forks source link

Feature/driver command timeout #13

Closed pbolduc closed 6 years ago

pbolduc commented 6 years ago

Applied WebDriverCommandTimeoutAttribute to each driver. RemoteDriverAttribute has limitation on that if you don't have a hub, there is no constructor overload on RemoteWebDriver that accept timeout parameter.