Posts by Carol • 41 points
3 posts
-
1
votes0
answers687
viewsQ: Save Textfiel text to a variable and insert into a field using Selenium driver
I need to take data from a Textfiel (letters and number) and then insert it into a field using Selenium. //Classe1 para pegar texto String guardarPlaca; @FXML public void inserirDados(ActionEvent…
-
2
votes1
answer1609
viewsQ: Close ok button in popup with Selenium Driver
I am developing a test tool using Java driver Selenium. The portal I’m testing presents a pop-up or a dialog box, where it has an OK button. My tool needs to press. clik() on this button,I cannot…
-
1
votes0
answers209
viewsQ: Capture data with Selenium, add and insert into another field
I have a code where it captures data from a field, using the Selenium Webdriver and insert into another field. I would add (captured field + 1000) and then insert into another field. Where I’ll…