2017-07-16 60 views
0

這是一個文本從cmd上的錯誤消息中出現,當嘗試在python中執行測試用例時出現.. error in line 19:self.driver = webdriver.Remote(' http://localhost:4723/wd/hub 'desired_caps)在設置功能使用appium框架的python中的Android自動化測試用例


回溯(最近通話最後一個): 文件 「login.py」 19行,在安裝程序中 self.driver = webdriver.Remote(' http://localhost:4723/wd/hub「 ,desired_caps) 文件「C:\ Python27 \ lib \ sit e-packages \ appium \ webdriver \ webdriver.py「,第36行,在init super(WebDriver,self)。 INIT(command_executor,desired_capabilities,browser_profile,代理,KEEP_ALIVE) 文件 「C:\ Python27 \ lib中\站點包\硒\的webdriver \遠程\ webdriver.py」,線路98,在初始化 self.start_session (desired_capabilities,browser_profile) start_session中的第185行文件「C:\ Python27 \ lib \ site-packages \ selenium \ webdriver \ remote \ webdriver.py」 response = self.execute(Command.NEW_SESSION,parameters) File在C:\ Python27 \ lib \ site-packages \ selenium \ webdriver \ remote \ webdriver.py中, \ selenium \ webdriver \ remote \ errorhandler.py「,第193行,在check_response raise exception_class(message,screen,stacktrace) WebDriverException:消息:無法創建新會話。 (原來的錯誤:com.app./.Activities.StartActivity從未開始過電流:com.app./.Activities.Login.LoginActivity)


回答

0

什麼是你想要的功能?在您需要的能力「*」,

就會啓動應用程序,那麼您可以在推出什麼確切的活動appium日誌找出來,然後你:

嘗試指定

「appWaitActivity」可以用找到的活動名稱替換*。

相關問題