Selenium is a tool to automate web based and mobile based applications.
For web based applications selenium is having inbuild drivers to communicate but for mobile based , selenium will need the additional source to communicate and it is called appium.



High Level Selenium Architecture




1. Language Binding:

This is where we write our...