'WebDriver' object has no attrib

2019-08-17  本文已影响0人  SunnyLYummy

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')

上一篇 下一篇

猜你喜欢

热点阅读