2gis / Winium.Desktop

Winium.Desktop is Selenium Remote WebDriver implementation for automated testing of Windows application based on WinFroms and WPF platforms.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support of selenium 4: what is the replacement of desiredCap.SetCapability("app", app);

michelleXIE2014 opened this issue · comments

Since I am upgrading our project which used winium + selenium to selenium 4
We know selenium does not support DesitedCapabilities any more,
so what is the replacement of the following code?

DesiredCapabilities desiredCap= new DesiredCapabilities(); desiredCap.SetCapability("app", app);

Thank you