Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Login to website
#4
You have to find the popup box and close it/and or wait for it to end (Whatever you actually do on the website to bypass it). The links i provided earlier will tell you how to search html with selenium.

You could try
driver.switch_to_alert()
and then proceed to close it. It may or may not work.
alrt = driver.switch_to_alert()
alrt.accept()
Recommended Tutorials:
Reply


Messages In This Thread
Login to website - by kapibara - Jul-26-2019, 06:47 AM
RE: Login to website - by metulburr - Jul-26-2019, 10:50 AM
RE: Login to website - by kapibara - Jul-27-2019, 03:23 AM
RE: Login to website - by metulburr - Jul-27-2019, 11:20 AM
RE: Login to website - by kapibara - Jul-27-2019, 02:40 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Login and download an exported csv file within a ribbon/button in a website Alekhya 0 2,715 Feb-26-2021, 04:15 PM
Last Post: Alekhya
  Get element (ID) from website to login Olimpiarob 4 4,368 Jul-28-2020, 01:20 PM
Last Post: Martinelli
  Python Webscraping with a Login Website warriordazza 0 2,651 Jun-07-2020, 07:04 AM
Last Post: warriordazza
  using webbot for website login fails loeten 2 6,471 Jan-03-2019, 07:31 AM
Last Post: loeten
  Login and access website mariolopes 7 9,336 Feb-07-2018, 09:47 AM
Last Post: mariolopes
  Using python requests module and BS4 to login on an Wordpress based website apollo 1 9,494 Feb-06-2018, 01:31 AM
Last Post: metulburr

Forum Jump:

User Panel Messages

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