摘要:
参考:https://www.bbsmax.com/A/B0zqyLNQzv/ 遇到动态页面,鼠标失焦发生变化的可采取冻结界面方法。 在开发者工具栏console里面执行如下js代码 : setTimeout(function(){debugger}, 5000) 阅读全文

posted @ 2022-05-23 14:33
浩然哉
阅读(197)
评论(0)
推荐(0)
摘要:
Selenium 处理chrome弹窗 参考:https://blog.csdn.net/qq_39314932/article/details/123279659 HTML弹窗: 1、在实际系统中,在完成某些操作时会弹出对话框来提示,主要分为 "警告消息框",alert, "确认消息框",conf 阅读全文

posted @ 2022-05-23 14:29
浩然哉
阅读(1740)
评论(0)
推荐(0)