Web頁面中有個網(wǎng)頁元素“導(dǎo)出”晶府,可以點擊,但不是按鈕钻趋,html代碼如下:
定位出“導(dǎo)出”的xpath路徑為 //*[@id="urlExportIn"]
在Robot Framework中使用關(guān)鍵字click element點擊該元素川陆,但是沒有任何反應(yīng),
且報錯如下:ElementNotInteractableException: Message: element not interactable蛮位。
使用關(guān)鍵字Execute JavaScript可以解決较沪,方法如下:
${export_element} Get WebElement //*[@id="urlExportIn"]
Execute JavaScript ARGUMENTS ${export_element} JAVASCRIPT arguments[0].click();