08-31-2022, 04:24 PM
(08-31-2022, 04:11 PM)CentBrowser Wrote: You can use Selenium to send keys "Ctrl+M" instead.selenium does not send keys to root,
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?