Cannot use inspector with appium 1.6.0

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?

+4
source share
6 answers

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.6 ) /
  • appium 1.5.3 , , DONOT HIT LAUNCH

    • AppPath,
    • ,
    • - , ,
  • .

appium Appium.

* : "Appium" Android!

+4

XCode 8 , Appium GUI, . iOS Simulator, XCode, .

XCode > a >

, , Appium Inspector , . Xpath, . Xpaths , getPageSource() xml , , , , .

, , .

+1

, Appium 1.6.0-beta1 , , GUI appium.

0

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.

0
0

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.

  • Download as zip or clone Appium-iOS-Inspector .
  • Open the Appium-iOS-Inspector / iOS Inspector.html file in any browser. This will show that the device view will complete the creation of the item tree.
0
source

Source: https://habr.com/ru/post/1654535/


All Articles