Posts by Bruno Silva • 7 points
5 posts
-
-1
votes1
answer45
viewsQ: Prevent user from typing street type
My form has a drop for TYPE OF BACKYARD (Alameda, Avenue, Way, road, etc. the list is not large and could be included manually within the if) and an input to enter the NAME OF THE BACKYARD. I need…
-
0
votes1
answer44
viewsA: Error running Nunit test routine by command prompt
The --work= command can be used to define the destination path where Nunit will save the test file. The command prompt looks like this: nunit3-console…
-
-2
votes1
answer44
viewsQ: Error running Nunit test routine by command prompt
The following error is shown when executing the command: NUnit.Engine.NUnitEngineException : The path specified in --result TestResult.xml could not be written to ---->…
-
1
votes1
answer125
viewsQ: How to make Selenium click a dynamically generated button?
I need the bot to make a confirmation by clicking this button, which appears in a popup: <button class="btn btn-info" id="c2e9772d-375d-47a1-9088-da9824d2e856">Sim</button> But the…
-
0
votes0
answers69
viewsQ: Test in anonymous window on Seleniumwebdriver
I’m trying to get Selenium to run the tests in Firefox’s private window, but the execution is still done in the default window. Something is missing? private IWebDriver driver; public…