Hello, I am working on a project with selenium but when I click on the form on my page I can not rescue the elements of the following page, the driver.get()
stays with the url of the beginning, and I should not make a new request on the page so say it ( driver.get(nuevoUrl)
) because the page does not let me do a refresh, then there is no way to continue rescuing elements of the page that is redirected after the form? does not exist something like driver.set()
, to be able to continue rescuing elements?