- It is possible to start selenium ide from cmd with hardcoded base url?
For example
google.com
? - It is possible to set default path where test will be saved - with cmd? And with default format - i.e
Java / JUnit 4 / WEbDriver
?
For now i can start ide and firefox with such command:
"C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
"C:\Program Files (x86)\Mozilla Firefox\firefox.exe\" -chrome "chrome://selenium-ide/content/"
I dont want to use Selenium RC or start testcases from command line. i need to be able to start IDE with those options i mentioned above - and if it is possible to stop recording test case in ide also using cmd.