Automate iOS application with amCharts element using Appium or Perfecto

105 Views Asked by At

Is it possible to automate iOS native application with amCharts elements using Appium or Perfecto ? [Sample amChart]

1

There are 1 best solutions below

3
dmle On

Perfecto is just mobile device cloud provider, where you can use Appium: so does not affect the possibility.

It may be tricky to parse amCharts for Appium just as it may be tricky to do so for XCUITest (that Appium use for iOS interactions). Since its Objective C wrapper chances are pretty good, but still you will be able to get only numbers and element position in best case.

I suggest to install appium-desktop, start session with your app and make screen snapshot. If appium won't parse it, you may try do it directly in XCode with XCUITest and maybe you need to add some attributes for parsing via Appium