rosolko / WebDriverManager.Net

Automatic Selenium Webdriver binaries management for .Net
MIT License
270 stars 83 forks source link

Does WebDriverManager.Net support sort of DesiredCapabilities #131

Closed QA-automation-engineer closed 3 years ago

QA-automation-engineer commented 3 years ago

Hi everyone!

Actually, we are interested in WebDriverManager.Net for our project, but we can't find whether it supports DesiredCapabilities or not.

Please clarify this possibility. Also some sort of example will be appreciated. Thanks in advance.

rosolko commented 3 years ago

This library only download driver binaries such a chromedriver.exe. DesiredCapabilities is related to IWebDriver with comes from selenium. Random reference from internet - https://www.lambdatest.com/blog/desired-capabilities-in-selenium-testing/

QA-automation-engineer commented 3 years ago

thanks a lot