ANUNAYA THAKUR

Results 369 comments of ANUNAYA THAKUR

I know for sure self hosted agent it's possible, not sure about MS hosted agent. You need to raise a support ticket with Microsoft.

What's HVD? Any reason why are you trying to open the edge browser using windows application driver.

The name is dynamic, with the below code try to get the child elements first: driver.findelementbyname("document").findelementsbyxpth("*/*") and check if you get any element.

> I am facing the same issue ,using WinAppDriver to automate Excel. Is there any update on this You need to retry. That's the only way out.

Did you check the host machine. Did the IP change?

this url is wrong private const string AppiumServerUrl = "http://127.0.0.1:4723/"; for appium private const string AppiumServerUrl = "http://127.0.0.1:4723/wd/hub"; for windows application driver: private const string AppiumServerUrl = "http://127.0.0.1:4724/";