I recently installed Xcode 8 beta 5. Appium 1.6.0 beta on my MAC 10.11.6 now, having read all the forums and launching Appium and launching my application, I cannot find how to start my inspector and find elements in my application with this beta version of Appium 1.6.0. how do we launch the inspector with appium 1.6.0 beta if we cannot, how can we find the xpath or find the elements?
Another workaround is to use both versions of appium (apium1.6.X server and appium1.5.3 GUI), and this solution works for both Android and IOS. Below you will find the following steps:
appium 1.5.3 , , DONOT HIT LAUNCH
.
appium Appium.
* : "Appium" Android!
XCode 8 , Appium GUI, . iOS Simulator, XCode, .
XCode > a >
, , Appium Inspector , . Xpath, . Xpaths , getPageSource() xml , , , , .
, , .
, Appium 1.6.0-beta1 , , GUI appium.
Appium 1.5 GUI appium.io.
iOS 10, xpath: https://github.com/chenchaoyi/macaca-appium#run-test-with-xcuitest
<= iOS9, , xpath, Appium 1.5 GUI.
appium 1.6 GUI , , .
:
https://www.youtube.com/watch?v=4BgkVp0v3BM
iOS github Appium-iOS-Inspector iOS Appium 1.6
Steps to use:
Launch the appium server from the terminal by running the appium command
Run the application on a simulator or device using xcode or using the arc command.
Source: https://habr.com/ru/post/1654535/More articles:Почему моя таблица не заполняется? - javaWhy can I declare @objc protocols as weak properties but not fast protocols? - swiftThis code does not compile due to an unreachable statement - javaChange the color of the EditText line and the color of the EditText cursor programmatically for a minimum API level of 14? - androidWhy doesn't spark-submit in cluster mode YARN find python packages for executors? - pythonDjango: Add a user to a group through Django Admin - djangoPython square brackets between function name and arguments: func [...] (...) - pythonState in * ngFor - angularIs there any way to emulate the perfect OnePlus device? - oneplusoneVersion Management Microservice - architectureAll Articles