标签:info 界面 nbsp 页面 图片 底部 img 屏幕 nts
使用WebDriver点击界面上Button元素时,如果当前Button元素被界面上其他元素遮住了,或没出现在界面中(比如Button在页面底部,但是屏幕只能显示页面上半部分),使用默认的WebElement.Click()可能会触发不了Click事件。
需加上browser.execute_script(‘arguments[0].click()’, webElement);
标签:info 界面 nbsp 页面 图片 底部 img 屏幕 nts
原文地址:https://www.cnblogs.com/zengfh/p/12287898.html