mvinoba / MinervaBot

Um bot que usa Selenium para automatizar a renovação online de livros das bibliotecas da UFRJ
GNU General Public License v3.0
0 stars 0 forks source link

Use an explicit wait for the modal dialog #3

Closed brunelli closed 6 years ago

brunelli commented 6 years ago

When using an implicit wait we need to wait a predefined amount of time (10 seconds) to close the popup. Instead, we can use an explicit wait to detect the presence of the element and save more than 9 seconds.