Relative Content

Tag Archive for selenium-webdriverweb-scrapingselenium-chromedriver

Trying to scrap this web page that contents this type of authentication

I need help, I am trying to scrap a web page but I need log, the problem is this type of authentication. The authentication form shown in the screenshot is a basic browser authentication popup, which cannot be directly inspected or manipulated with developer tools in the same way as on-page HTML forms.So I am using selenium, but how can i implement this? Help me please