blbdt36
11 years agoContributor
Webpage is opening when there is no command to open
I set up this project using wizards and initial settings for all the options. I have converted everything to scripts and I am primarily working there. Now, whenever I run a test in the project, the...
- 11 years ago
I figured it out. It was a user problem :/
I accidentally put a browser open command outside of one of my functions making it a global command, so whenever I ran anything, it would call those commands.
*DOH* I'll leave this here in case anyone else runs into the same thing :)