Posts by Amanda Nunes • 47 points
3 posts
-
-2
votes1
answer44
viewsQ: Delay or not sending the data to the back-end, what to do?
I have a ready front-end of a registration form, but they are working as follows: I do all the registration and when clicking on the button it calls the function that takes the values of the fields…
-
0
votes3
answers510
viewsQ: Use Selenium without opening browser
How to use Selenium without opening the browser? I used a code I saw right here, options.add_argument("--headless"), and also options.set_headless(True), but makes that mistake:…
-
0
votes1
answer523
viewsQ: Searching in depth using a stack
I’m trying to do an in-depth search using a stack, but it’s making a mistake on a if and I don’t know why. package Grafos; import java.io.*; import java.util.*; public class Grafo {…