请问这样切换进入 webview 不行吗,我这里报错
cs=d.contexts # ['NATIVE_APP', 'WEBVIEW_com.aoyou.android']
d.switch_to.context(cs[1])
ACTIVITY io.va.exposed/com.lody.virtual.client.stub.StubActivity$C0 d3ea5ce pid=15192
进入自己的应用后,就无法使用 current_activity 进行 app 页面跳转判断了吧
In [35]: d.current_activity
Out[35]: 'com.lody.virtual.client.stub.StubActivity$C0'