Created
February 29, 2020 21:11
-
-
Save teal33t/f8478b11eae0e6395f3707faf091ada6 to your computer and use it in GitHub Desktop.
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
def test_run(self): | |
driver = self.driver | |
number = self.number | |
self.log("Start get") | |
driver.get('https://sync.me') | |
self.log("End get") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment