09-01-2022, 03:14 PM
(08-31-2022, 04:24 PM)wzirco Wrote: selenium does not send keys to root,You may refer to this link:
It just sends it to element
It is possible to send commands to root only via execute_script("""
Javascript here """)
Is it possible to simulate keystrokes using Javascript?
https://stackoverflow.com/questions/2848...l-selenium