Selenium Webdriver: Click on radio button not working Posted on 2021-06-302021-06-30 遇到一個問題,radio 無法觸發 click(), 會顯示錯誤訊息: ElementClickInterceptedException 解法:暫時先插入 javascript 來解決。 範例: js="var q=document.getElementById(\"user_name\");q.style.border=\"1px solid red\";" driver.execute_script(js)
python ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl’ module is compiled with LibreSSL 2.8.3 19 6 月, 2023