美文网首页
'WebDriver' object has no attrib

'WebDriver' object has no attrib

作者: SunnyLYummy | 来源:发表于2019-08-17 11:56 被阅读0次

contexts ['NATIVE_APP', 'WEBVIEW_com.wondershare.drfone']

    driver.switch_to_context(webview)

AttributeError: 'WebDriver' object has no attribute 'switch_to_context'

发生以上的错误是因为switch_to.contex ,写成switch_to_context,正确用法:

driver.switch_to.context('WEBVIEW_com.wondershare.drfone')

相关文章

网友评论

      本文标题:'WebDriver' object has no attrib

      本文链接:https://www.haomeiwen.com/subject/ljbhsctx.html