Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Selenium
#1
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]
Reply
#2
what is the URL?
Reply
#3
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
Reply
#4
I think need to use the library basicauth 0.4.1
but I do not know how in example
Reply
#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
#6
who will tell me how to take a screenshot of the entire web page?
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Error in Selenium: CRITICAL:root:Selenium module is not installed...Exiting program. AcszE 1 3,587 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