TestStack / TestStack.Seleno

Seleno helps you write automated UI tests in the right way by implementing Page Objects and Page Components and by reading from and writing to web pages using strongly typed view models.
http://teststack.github.com/TestStack.Seleno/
MIT License
180 stars 60 forks source link

Initialise browser lazily so that web server can start before web dri… #253

Open Gwayaboy opened 7 years ago

Gwayaboy commented 7 years ago

…ver gets instantied:

=> For example browser stack requires to start a local tunnelled connection before instantiating the remote driver which needs browser.locale capabilities to be set to true:

https://github.com/browserstack/browserstack-local-csharp/blob/master/BrowserStackLocalExample/BrowserStackExample/Example.cs

Gwayaboy commented 7 years ago

Strange the build fails on something unrelated to what I have changed. As if the build doesn't understand string interpolation