How to access popup login form with Selenium in Python

前端 未结 1 1718

I have been trying for a while to figure out how to enter username and password in the popup-window in this exercise:

http://pentesteracademylab.appspot.com//lab/web

相关标签:
1条回答
  • 2021-01-01 02:21

    Pass the authentication step by accessing the following URL:

    http://username:password@pentesteracademylab.appspot.com/lab/webapp/digest/1
    

    See also:

    • Handling browser level authentication using Selenium
    0 讨论(0)
提交回复
热议问题