yashaka / NSelene

Consise API to Selenium for .Net (the port of Selene in python / Selenide in Java)
MIT License
68 stars 21 forks source link

#97: Add Configurtion.WindowWidth and Configuration.WindowHeight #98

Open davespoon opened 8 months ago

davespoon commented 8 months ago

Add WindowWidth and WindowHeight properties to Configuration. Add also ResizeWindow method to GoToUrl Add correspondent tests. ........ I decided not to change int? to uint? or ushort?, allowing user to deal with WebDriverArgumentException like it's done in Selenium Webdriver and other concise wrappers like python's selene. It could be changed later though ;)