What is Appium and how it uses Selenium Webdriver

+1 vote
What is Appium and how it uses Selenium Webdriver?
Jul 5, 2019 in Selenium by Drejina
3,533 views

1 answer to this question.

0 votes

Hey Drejina, Appium is an open source tool for automating Android/IOS platforms. It can be used to automate mobile browser, native and hybrid applications for both Android and IOS. It can be used really well with Selenium Webdriver as it uses the Web Driver API and anyone with knowledge of Selenium WebDriver can easily work on Appium. So there is no need to learn a new API to automate your mobile Applications.

Appium is a cross platform tool, thus enables user to write tests for multiple platforms (Android/IOS) using the same WebDriver API. So you can use the same Webdriver based framework for mobile automation with Appium, if you already have an existing WebDriver framework for your Web Application.

answered Jul 7, 2019 by Martin

Related Questions In Selenium

0 votes
1 answer

What is Xpath and what are the types of it in Selenium Webdriver?

Xpath is one of the most important ...READ MORE

answered May 23, 2022 in Selenium by anonymous

edited Mar 5 5,756 views
0 votes
1 answer

What is Robot Class in selenium webdriver and why it is used?

Hello Akanksha, Robot Class is used for those ...READ MORE

answered May 9, 2019 in Selenium by Pratibha
• 3,690 points
2,293 views
0 votes
1 answer

What is a Modular Framework and why it is useful in Selenium webdriver?

Hi Junaid, as the name suggests, Modular ...READ MORE

answered May 13, 2019 in Selenium