Posts by estudando • 11 points
1 post
-
1
votes0
answers192
viewsQ: how to click a chor in Selenium Webdriver (python)
I tried to click an chor to return a value inside my input; I tried using the Xpath and the link_text to click on it. How could I do that ? Python code: window_segundo = driver.window_handles[1]…