Posts by Eolosthewind • 1 point
2 posts
-
0
votes2
answers155
viewsA: Run Selenium Event
Can solve with the following code. def Total_pagina(): time.sleep(3) tabela = Driver.find_elements_by_xpath(".//td[@class='dr-dscr-inact rich-datascr-inact']") total = len(tabela) return total + 1…
seleniumanswered Eolosthewind 1 -
0
votes2
answers155
viewsQ: Run Selenium Event
I have the following problem when trying to click on a pagination using python and Selenium Paging is a table <td class="dr-dscr-inact rich-datascr-inact" onclick="Event.fire(this,…
seleniumasked Eolosthewind 1