The way I know of sending keys using the WebDriver Python bindings is as follows:
element.send_keys(value)
How can I send a key (specifically the Escape key) to no element in particular, just to the window in general?
|
|
How do I handle pop up windows?
|
|||
|
|