I updated my chrome to the latest version a few days ago, and already downloaded the latest ChromeDriver 2.43, then:
pip install -U selenium
I got the error when I tried to send keys:
no="192"
blank = driver.find_element_by_id("PC1_PageSize")
blank.clear()
blank.send_keys(no) #error happened
error said:
UnexpectedAlertPresentException: Alert Text: None
I used to run them in the old version and had no problem. How can I solve this? Thanks!