Time:06-16
I know these method element.send_keys('txt') and driver.execute_script("arguments[0].setAttribute('value', 'txt')", email).
element.send_keys('txt')
driver.execute_script("arguments[0].setAttribute('value', 'txt')", email)
I tried both of them. But, I couldn't input the text. I think that following site controls input by javascript.
Page link:https//www.codepudding.com/os/443863.html