Relative Content

Tag Archive for selenium-webdriver

Selenium Webdriver version matching problem

Jul 24, 2024 8:32:53 AM org.openqa.selenium.devtools.CdpVersionFinder findNearestMatch
WARNING: Unable to find an exact match for CDP version 127, so returning the closest version found: 125

Is there any way to handle Change Your Password prompt in Google Chrome using Selenium?

I am trying to automate an e-commerce website using Selenium-Java in Google Chrome where I do the login using username and password. Once the authentication is successful, the homepage opens. This Browser popup (Change Your Password – The password you just used was found in a data breach. Google Password Manager recommends changing your password now) is getting displayed in parallel, which I intend to suppress/handle so that it either doesn’t show up at all or it gets closed. I looked at using ChromeOptions but I haven’t been able to figure out the right argument to pass. Can anyone help, please?

Selenium/Python cannot find element name

I am new to automation. I was creating a task using Python/Selenium to open a link, click a few buttons to navigate to a search icon, input the value I want in that search box. Now here is the problem, when we search something, it filters the results in real time in a table. Up to the point where I insert the search value, everything works fine. However, I want it to double click a row which then opens a modal.