Skip to content

Commit

Permalink
Update version 2.0.0 - Readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sam4u3 committed Jul 27, 2022
1 parent 6cc4326 commit 9301e88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This Package Support Python 3.6+ only
from Screenshot import Screenshot
from selenium import webdriver

ob = Screenshot_Clipping.Screenshot()
ob = Screenshot.Screenshot()
driver = webdriver.Chrome()
url = "https://github.com/sam4u3/Selenium_Screenshot/tree/master/test"
driver.get(url)
Expand All @@ -43,7 +43,7 @@ driver.quit()
from Screenshot import Screenshot
from selenium import webdriver

ob = Screenshot_Clipping.Screenshot()
ob = Screenshot.Screenshot()
driver = webdriver.Chrome()
url = "https://github.com/sam4u3/Selenium_Screenshot/blob/master/Screenshot/Screenshot_Clipping.py"
driver.get(url)
Expand All @@ -64,7 +64,7 @@ driver.quit()
from Screenshot import Screenshot
from selenium import webdriver

ob = Screenshot_Clipping.Screenshot()
ob = Screenshot.Screenshot()
driver = webdriver.Chrome()
url = "https://github.com/sam4u3"
driver.get(url)
Expand Down

0 comments on commit 9301e88

Please sign in to comment.