How to find automation name using appium? – pCloudy – Question and Answers
Home >> Appium Tricks and Tricks >> How to find automation name using appium? ...

How to find automation name using appium?



String AutomationName = driver.getAutomationName();
System.out.println(AutomationName);
AutomationName provides Which automation engine to use Eg:-UiAutomator2 ,Appium is different types of automationName for Android.
     XCUITest is for ios.

Leave a Reply

Your email address will not be published. Required fields are marked *