You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In selenium run_cdp_command is: driver.execute_cdp_cmd("cmd", {"key": values})
I try this with driver.run_cdp_command("cmd", {"key": values}) //or driver.run_cdp_command({"cmd": {"key": values}}) //or driver.run_cdp_command(["cmd", {"key": values}]) //or driver.run_cdp_command('"cmd" {"key": values}')
but all it not working for me.
How to use run_cdp_command ?
Can someone help me? Thank you so much -.-
The text was updated successfully, but these errors were encountered:
In selenium run_cdp_command is:
driver.execute_cdp_cmd("cmd", {"key": values})
I try this with
driver.run_cdp_command("cmd", {"key": values}) //or driver.run_cdp_command({"cmd": {"key": values}}) //or driver.run_cdp_command(["cmd", {"key": values}]) //or driver.run_cdp_command('"cmd" {"key": values}')
but all it not working for me.
How to use run_cdp_command ?
Can someone help me? Thank you so much -.-
The text was updated successfully, but these errors were encountered: