Posts by D'Amico • 23 points
4 posts
-
0
votes2
answers79
views -
1
votes1
answer44
viewsQ: Selenium Wait function does not capture loading element that appears quickly on the screen
I have the following Widget in HTML <div class="atl-container"> <div class="ui_active_loader"> ::before ::after </div> </div> Shown in the following image In the official…
-
0
votes3
answers326
views -
0
votes1
answer41
viewsQ: Selenium search functions act faster than page loading
I automatized so that they were inserted email and password, and then clicked on "Login", until then your well, but the button that should be clicked after the login has not finished loading and…