-
If I want to launch WinAppDriver through Appium with /forcequit flag, how do I do it ?
`var appCapabilities = new AppiumOptions();
appCapabilities.AddAdditionalCapability("forcequit", true);`
W…
-
ExpectedConditions.AlertIsPresent() is throwing System.InvalidOperationException: Command not recognized: GET: /session/CB68F3EE-CF0A-4DA3-9926-F88DBB3BFA35/alert_text
at OpenQA.Selenium.Remote.Re…
-
Upon execution, the "TestResults" folder generates folders like "Deploy _....." containing the "In" and "Out" folders, so there is nothing in them. I would like to generate automatic reports, such as …
-
Hello,
When performing Tests on a Remote, i can find the element but i can't click it.
Building the Session works.
```
var options = new AppiumOptions();
options.AddAdditionalCapability("…
-
Hi, I am using appium python client and unittest in my app_test.py file. Here is the teardown code:
```
@classmethod
def tearDownClass(self):
self.app_session.close()
se…
-
Can we write our own custom explicit wait for elments of desktop application , I tried below code but fails to do as here in element am passing like this explicitWaitForElement(driver.findElementByAcc…
-
I am trying to execute a test on a Virtual Machine. When I call the 'session' command, the app is launched, but I receive an error response and a failure:
```
(500) Internal Server Error
{
"s…
-
We are re-writing our UI Automation for both Winforms and WPF apps using WinAppDriver instead of using CodedUI. The main challenges we have are finding a clean way to
1. Get selected text.
2. Get …
-
I am currently working on automating Revit application using WinAppDriver. But using WinAppDriver the Revit application is opening in Background. So rest of the code is not working.
Is there any meth…
-
Can someone provide some sample code for Multi-touch gestures using Appium and latest WinAppDriver(1.1)