Posts by Ramon Souza • 103 points
3 posts
-
2
votes1
answer1351
viewsQ: Close the browser only after running all tests with Selenium Webdriver c#
I am developing tests with Selenium webdriver in C#, for each test class the browser is initialized and after running all tests of this class the browser is closed. How do I initialize only once and…
-
0
votes1
answer525
viewsQ: I can’t update a Ruby project on Heroku with Git
While trying to commit a few changes I made to my Ruby project and go up to Heroku, I got an error message. Inside the project folder in the terminal I executed the commands: $ git status $ git add…
-
6
votes2
answers5551
viewsQ: Generate random CPF in C#
I need a generic class to generate valid CPF to send value to fields with the webdriver Selenium. Someone has the code? Thank you.