Appium Ecosystem-3 : Step By Step explanation on “Drivers” -Appium2.0 Ecosystem

Please go through the below video for complete details:
Step By Step explanation on “Drivers”:
— — — — — — — — — — — — — — — — — — — — — — — — — — — —
Topic-1:
What are Drivers?-
Usage: These drivers used to link Appium to our test device.
Note: At least one driver is required to use Appium.
We have 2 types of drivers
1. Official Drivers — Drivers maintained by Appium Team.

2. Other Drivers — These drivers are not maintained by the Appium team and can be used to target additional platforms.

Topic-2:
How to Installation Drivers (Official Drivers):
appium driver install <installation key>
Example-1:
To install “UIAutomator2” driver
appium driver install uiautomator2

Note: Please go through the below link for detailed explantion
Example-2:
To install “XCUITest” driver
appium driver install xcuitest

Note: Please go through the below link for detailed explantion
GitHub Link:
No comments:
Post a Comment