Does Appium Studio have equivalent of appium MobileBy?

We are switching from open source appium to Experitest Appium Studio. Some of our code will need to be rewritten to do so. We are hoping to minimize the work. Does Appium Studio have the equivalent of an implemented appium MobileBy class ? I do see STBy in the jar there doesn’t seem to be an implementation within the class. Do I have old code ?

thanks in advance.

Hi,
You can use 10.9 without any changes to your code:

That would be ideal ! Does it interface seemlessly with the ios simulators as well ? I will download and take a look. thnx

Took the appium library out and am now using the experitest supplied code.

Tried to build and failed. Seems the appium “scrollTo(string)” method isn’t supported ??
When will this be supported ? Are there other appium methods missing that we should be aware of ?

thanks

Hi,
The ‘scrollTo’ method is deprecated in client version 4.x. You should use ‘swipe’ method.

I can verify that MobileBy is working in the 10.9 version of Appium Studio !