itkhanz
itkhanz
@sudharsan-selvaraj @saikrishna321 Could you please share if there are any plans to integrate support for iOS? I would also like to know what (if any) are the obstacles that hinder...
Selenium dependency does not need to be included by you, it comes bundled with Appium Java client. See the[ compatibility matrix](https://github.com/appium/java-client?tab=readme-ov-file#compatibility-matrix) in project README. The recommended way to provide capabilities...
I think this is already possible, I am aware of includeGroups and excludeGroups from testng xml file: https://testng.org/#_exclusion_groups You can also take a look at beanshell expressions to define advanced...
Additionally to search by all possible locators, it would also helpful to add the option to search for multiple locators by either strategy provided in PageFactory i.e. ALL_POSSIBLE or CHAIN.
Please share the Appium Server logs as well. It seems that you are trying to use the locator strategy that is only supported by [Appium Espresso driver](https://github.com/appium/appium-espresso-driver). In my observation,...
I am looking for solution this as well, I reset the chrome browser on real android device after each test execution via ADB shell command `adb -s UDID shell pm...
> https://github.com/appium/appium-uiautomator2-driver?tab=readme-ov-file#mobile-changepermissions command before starting the chrome process would help. Thank so so much for the hint. I tried with the following permission https://developer.android.com/reference/android/Manifest.permission#POST_NOTIFICATIONS and it worked for me. After...
@aksh-02 root cause might lie in your test setup and client side code. I just checked getting the URL on iOS Simulator (iOS 17.2) using Appium server version 2.6.0 (XCUITest...
> omercagriyilmaz Please provide the updated logs with the IP address set to 127.0.0.1. Logs you shared last still correspond to 0.0.0.0
This seems to be similar to following:- - [appium.io changing my capabilities for WinAppDriver and therefore not working](https://github.com/appium/appium/discussions/18503) - [appId supplied but not found](https://github.com/microsoft/WinAppDriver/issues/1884) Try initializing driver as below and...