Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Selenium
#5
from selenium import webdriver
DRIVER = "C:\selenium\chromedriver.exe"
driver = webdriver.Chrome(DRIVER)
driver.get("http://login:[email protected]")

Can anybody tell me?
How can I compare screenshots ( example screen1 and screen2)= result


I have an original webpage setting. I go in and take a screenshot of the test page. (I think they have a different parameter.) Make the comparison right?

I tested it with my hands - I installed perfect pixel, loaded the page layout into it. edited the scale and compared

PIL library can do this?
Reply


Messages In This Thread
Selenium - by ABVSVL - Jul-07-2020, 10:12 PM
RE: Selenium - by Larz60+ - Jul-08-2020, 01:28 AM
RE: Selenium - by ABVSVL - Jul-08-2020, 03:17 AM
RE: Selenium - by ABVSVL - Jul-08-2020, 05:51 AM
RE: Selenium - by ABVSVL - Jul-10-2020, 12:16 PM
RE: Selenium - by ABVSVL - Jul-10-2020, 03:53 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Error in Selenium: CRITICAL:root:Selenium module is not installed...Exiting program. AcszE 1 3,699 Nov-03-2017, 08:41 PM
Last Post: metulburr

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020