Skip to content

helpme!!appiumRunning error, can not find the cause #20044

Answered by KazuCocoa
wan1101 asked this question in Q&A
Discussion options

You must be logged in to vote

It looks like you would need https://appium.io/docs/en/latest/guides/migrating-1-to-2/
wd = webdriver.Remote('http://127.0.0.1:4723/wd/hub', desired_caps) should be wd = webdriver.Remote('http://127.0.0.1:4723', desired_caps), or the appium server should have --base-path=/wd/hub

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@wan1101
Comment options

@wan1101
Comment options

Answer selected by wan1101
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants