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

Access webdriver object in Seleno #248

Closed justinhomes closed 8 years ago

justinhomes commented 8 years ago

I am using Seleno for UI testing. Under the hood, it uses Selenium: https://github.com/TestStack/TestStack.Seleno

I need to interact with a download pop-up for Firefox. A previous question's answer uses Selenium's webdriver: Access to file download dialog in Firefox

How can I apply this solution in Seleno?

robdmoore commented 8 years ago

Yep. Access the Browser property from your page object and you are using selenium web driver.

On 18 May 2016, at 11:54 pm, justinhomes notifications@github.com wrote:

I am using Seleno for UI testing. Under the hood, it uses Selenium: https://github.com/TestStack/TestStack.Seleno

I need to interact with a download pop-up for Firefox. A previous question's answer uses Selenium's webdriver: Access to file download dialog in Firefox

How can I apply this solution in Seleno?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub

edwardrbaker commented 6 years ago

Is it possible to get more detail around this? This is the only remotely helpful answer on the entire internet, and it's not very clear.