目前想实现打开微信公众号选择一篇文章后点赞,然后返回文章列表再重新选择一篇文章
但是遇到了一下问题,求大神解答
目前是发送返回键,实现返回了 想知道如何点击左上角的 X 实现关闭,另外我尝试了调用 driver.close(),但是无效,以下为异常信息)
selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: unknown error: failed to close window in 20 seconds
(Session info: chrome=86.0.4240.99)
发送返回键返回到了公众号文章列表,context
也切换到了 NATIVE_APP
可以滑动页面,但是无法find_element
,我觉得是没有切换回 NATIVE_APP
的 window
,所以想切换
但是打印 page_source
、current_window_handle
和 window_handles
都会报错
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.