removing function doing screenshot

This commit is contained in:
MagiPrince
2024-03-22 15:26:10 +01:00
parent 0a1c607e55
commit cf048244f3

View File

@@ -344,7 +344,6 @@ It may be due to the following:
url += "&f=live" url += "&f=live"
self.driver.get(url) self.driver.get(url)
self.driver.save_screenshot('screenshot5.png')
sleep(3) sleep(3)
pass pass