Specifically, I want to
I had a look here, in vain.
for scroll up and scroll down can't you use PAGE_UP = u’ue00e’ PAGE_DOWN = u’ue00f’
for focus you should be ok with driver.execute_script('document.getElementById("myId").focus()')
for file chose it's just an input driver.execute_script(r'document.getElementById("myId").value="c:\\test\\myfile.txt"')
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With