Michelle XIE

Results 2 issues of Michelle XIE

I am using c# and nunit, ` [Test] public void installDCA() { var dc = new DesiredCapabilities(); dc.SetCapability("app", @"C:/download/new_installer.exe"); var driver = new RemoteWebDriver(new Uri("http://localhost:9999"), dc); var window = driver.FindElementByClassName("TWizardForm");...

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...