sourabh-verma
sourabh-verma
**Code** DesiredCapabilities capabilities = new DesiredCapabilities(); capabilities.setCapability("app", "file.exe"); capabilities.setCapability("PlatformName", "Windows"); capabilities.setCapability("PlatformVersion", "Windows 10"); driver =new WindowsDriver(new URL("http://127.0.0.1:4723"), capabilities); driver.findElementByName("New").click();
**WinappDriver Error** { "using": "name", "value": "New" } HTTP/1.1 404 Not Found Content-Length: 139 Content-Type: application/json {"status":7,"value":{"error":"no such element","message":"An element could not be located on the page using the given...
**Are you Talking about FrameWork id** if yes then in Inspect It Seems like this AutomationId: "ApplicationTitleLinkLabel" FrameworkId: "WinForm"
application is WPF