-
Getting Could not load plugin 'device-farm'.
Could not load plugin 'device-farm', so it will not be available. Error in loading the plugin was: @prisma/client did not initialize yet. Please run "p…
-
Background : My script has added the mock and clicked on an element, app triggered an API call which successfully mocked by the plugin,but very next command to click on next failed which is fine but s…
-
**Describe the bug**
In versions higher than 9.0.1 I see the problem mentioned here https://github.com/appium/appium-uiautomator2-driver/issues/795
I have some restriction on devices because of our …
-
I have the flutter app with all the necessary configuration such as integration_test/appium_test.dart file. When I built and run the app using the following command `flutter run ios --target integrati…
-
### Describe the bug
When sending commands to healenium proxy, its should forward them to correct path of appium server (which set on SELENIUM_SRVER_URL). im using this url with base_path /wd/path, b…
-
C:\Users\ca\Downloads\damai_grab_votes-main\damai_appium>python damai_app_qiang.py
Traceback (most recent call last):
File "C:\Users\ca\Downloads\damai_grab_votes-main\damai_appium\damai_app_q…
-
### Environment
- Appium version : 2.12.1
- Desktop version used to run Appium: Windows 10
- Windows Application Driver: 1.2.1
- Dart package appium_driver: 0.7.1
### Detail
I attempted to p…
-
#### What are you trying to achieve?
To output the correct test case title in the LambdaTest dashboard. When I commented appiumV2: true, I can get the correct title displayed on the LambdaTest dashbo…
-
**Issue Details**
Installed latest appium version 2.12.1 and device farm plugin 9.4.5. Started appium server with appium device farm plugin enabled.
Connected to local host device farm URL (http:…
-
Here is my python file
```python
import unittest
import argparse
from pathlib import Path
from appium.options.common import AppiumOptions
from appium import webdriver
class MyTestCase(uni…