# 切换 app 到 h5
webview = driver.contexts
print webview
报错
webview = driver.contexts
AttributeError: 'WebDriver' object has no attribute 'contexts'
appium 版本 1.4.3
新手上路 求大神帮忙解决下 谢谢
Mac 环境。python2.7 不知道具体是哪一块出了问题,希望大神帮忙解决下 跪谢
在老版本里好像是调用的方法,不是属性,所以 contexts 后加小括号试试
—— 来自 TesterHome 官方 安卓客户端
你应该贴出 appium python client 的版本,不是 appium 版本。
脚本 api 只和 appium python client 直接相关。
webview =driver.contexts()
print webview
driver.switch_to.context(webview[1])
这样还是报错 webview =driver.contexts()
AttributeError: 'WebDriver' object has no attribute ‘contexts'
不知道什么原因 求大神帮忙看看
大神 appium python client。版本怎么看啊,很久都没解决这个问题 ,可以的话 加 q515488179。帮忙解答下 跪谢
解决了就好~建议也附上下你的解决方法吧,说不定真的有其他人也遇到一样的问题在苦苦寻找答案呢。
PS:版本怎么看这种问题,建议先自行百度,实在无果才问,并附上自己努力过的证明。。。这种问题问出来很打击想帮你的人的热情。。。
'WebDriver' object has no attribute 'contexts' 我也遇到了,找不到原因~
这些人问题解决了为什么不说出来 from selenium import webdriver 中的 selenium 换成 appium 即可