InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by Appium Inspector? |
|
Answer» APPIUM offers an "Inspector" to record and playback, similar to Selenium IDE's record and playback tool. It inspects the Document Object Model to record and play native application BEHAVIOUR and PROVIDES test scripts in any preferred language. You can use the Inspector in Appium Desktop to look up or locate elements of an application. To locate an element, the Appium inspector provides four options:
Appium Inspector does not support Windows and instead USES the UIAutomator viewer as an option. |
|