I am encountering an issue with the .click()
method in Firefox browser due to a security message appearing.
Within my login form, there are fields for username, password, and a submit button. When I enter a username successfully in Firefox, the browser displays a security message:
"This connection is not secure. Logins entered here could be compromised. Learn more"
Instead of selecting the password field, clicking on this security message opens a new tab in the Firefox browser, preventing entry of the password value. How can I effectively address this situation?
My Firefox version is 55 and Selenium version is 3.5.2