New to Appium. What can be reused from web framework?

Hi, We have web framework - Selenium -Java-TestNg and we are planning to implement mobile framework using Appium. Can anyone help me with identifying what can be reused etc. TIA!

Welcome to the forums.

Sorry I cannot answer, but hope to learn when someone does have some guidance on this topic.

Yes, Appium is able to work on the three types of applications: native, hybrids and web.

You will not face too many issues when migrating from Selenium to Appium, as both have webdriver as base. By depending of the resources you are using on Selenium side, maybe you do not have to make big changes. The big change is how to establish connection between your code and your device, but it is solved easily by using desired capabilities in your code.