Created
July 18, 2020 19:05
-
-
Save barancev/d5e8712307986824fea31ee663179202 to your computer and use it in GitHub Desktop.
This file contains 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
C:\devel\selenium>c:\devel\homework\venv\Scripts\activate | |
(venv) C:\devel\selenium>ipython | |
Python 3.8.3 (tags/v3.8.3:6f8c832, May 13 2020, 22:20:19) [MSC v.1925 32 bit (Intel)] | |
Type 'copyright', 'credits' or 'license' for more information | |
IPython 7.16.1 -- An enhanced Interactive Python. Type '?' for help. | |
In [1]: from selenium import webdriver | |
In [2]: driver = webdriver.Chrome() | |
DevTools listening on ws://127.0.0.1:61499/devtools/browser/8099f33c-64ce-405d-9b6b-5938a4eca3b5 | |
In [3]: driver.get("http://jsbin.com/") | |
In [4]: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment