ANUNAYA THAKUR
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.
What is shown in inepect.exe?
Please use inspect.exe and share what is shown as it has more information.
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.
Can you try driver.findelementbyautomatioid("linkTexts").findelementsbytagname("Link")
That's really weird. Can you ping me on teams?
> 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/";