You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: