Python Forum

Full Version: Selenium
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello to all. trying to log in.
But I can’t.

If it was a regular site. I was able to do this.
And here I do not know what to do
I thought by xpath it will work, but I could not find the code on the page

[Image: 0c38532b214d.png]
what is the URL?
this is a server. on which the project lies. I know the password and login for authorization. how to enter them when starting the test
I think need to use the library basicauth 0.4.1
but I do not know how in example
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?
who will tell me how to take a screenshot of the entire web page?