Created
June 1, 2020 16:58
-
-
Save seleniumgists/774362657567b35aa220f80c7a1e2a1c to your computer and use it in GitHub Desktop.
generated automatically from #selenium on seleniumhq slack
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| browser.set_context("chrome") | |
| win = browser.find_element_by_tag_name("body") | |
| for i in range(5): win.send_keys(Keys.CONTROL + "-") | |
| browser.set_context("content") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment