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 web page is opening automatically regardless of the code in the script. This is driving me nuts. I have tried everything I can think of to stop this, but nothing works.
I took all the settings out of the project (of course I can't find the exact settings now)to automatically run the webpage on running the scripts or recording and it still opens.
I took out all lines of code in the scripts that open the browser and it still opens.
I deleted the information in the stored Tested Applications and it still opens.
I completely deleted he Tested Applications and it still opens.
I run a script that doesn't access anything or reference anything on the web site IT STILL OPENS!! What the ^$#%$?
Can anyone tell me how to turn this "feature" off completely??
Thanks
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 :)