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

How about Opera?? #151

Open amid0 opened 10 years ago

amid0 commented 10 years ago

I don`t see Opera browser support.

robdmoore commented 10 years ago

Interesting, I don't remember seeing Opera on the list of Selenium Web Driver drivers before, but a quick google reveals it does exist.

amid0 commented 10 years ago

:) I have written selenium tests with Opera

amid0 commented 10 years ago

In selenium tests I write through RemoteWebDriver with setting up DesiredCapabilities for Opera browser

robdmoore commented 10 years ago

In the meantime of implementing this inside of Seleno you can pass in a lambda expression to the creation of the Opera Web Driver yourself with the WithRemoteWebDriver configuration method.

robdmoore commented 10 years ago

Alternatively, feel free to send us a pull request adding it to the BrowserFactory class