-
-
Notifications
You must be signed in to change notification settings - Fork 235
How Server module works
Sravan Medarapu edited this page Oct 26, 2016
·
9 revisions
- When client(test script) requests to create a new AndroidDriver instance with
automationName
asUIAutomator2
, server modules apks will be installed in the corresponding Device/Emulator byappium-uiautomator2-driver
.- appium-uiautomator2-server-vx.x.x.APK responsible for executing handlers.
- appium-uiautomator2-server-debug-androidTest.apk contains a single test to start the server.
-
AppiumServlet
is responsible for handling and responding to requests by redirecting request to corresponding handler. -
Handlers will request UIAutomator v2 to perform corresponding action and status of handler will be captured in
AppiumResponse
. - Captured AppiumResponse will be returned to appium.