WebDriver.set ()?

0

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?

    
asked by Gustavo Medina 04.07.2018 в 00:01
source

0 answers