Use of driver.getClient.methodNames vs driver.methodNames

Just downloaded version 10.8.41 and did a small maven project setup for iOS, worked like charm :slight_smile: . We already use SeeTest Automation which has more enriched features.

I have 1 question for now: I see option to use all SeeTestAutomation features using driver.getClient, also driver is there with all appium methods. Whats the difference between these 2 ways. Would a non-SeeTestAutomaiton user also get all of its supported methods using driver.getClient?

Hi Abhay

We are about to deprecate the getClient method in the next version of Appium Studio

I’d advise you not to use this method to keep your tests backwards compatible with the upcoming releases

thanks for the feedback :slight_smile:

Great, thanks for clarification.