Selenium installation issue with bat file
Greeting!!!😀
I've completed all the configuration setting regarding selenium RC..😛
now when i start the batch file i got some error.....😁
well first of all...my bat file code is as follows:😒
cd
C:\SeleniumRC\Tests\selenium-remote-control-1.0 java -jar selenium-server.jar - 4444
- htmlSuite iehta <a href="https://www.google.co.uk" target="_blank" rel="nofollow noopener noreferrer">Google</a>
C:\SeleniumRC\Tests\selenium-remote-control-1.0\G_alltestff.html
C:\SeleniumRC\Tests\selenium-remote-control-1.0\Results.h
pause
Now when i execute this code it will open two HTML file in IE...
one is for test suite(G_alltestff.html)...and other is for Result.html..
but Result.html is blank..😔
why so??
i think test case output must be there in result.html...means what ever i recorded in SeleniumIDE.😒
Please guide me where i m doing silly mistake!😕😕😕!!
Now i had completed above taks...the following error coming now:
HTTP ERROR: 403
Forbidden for ProxyRequestURI=/selenium-server/tests/.test.html
#-Link-Snipped-#
This error comes up while i execute the following code batch file:
cd\
cd C:\SeleniumRC\Tests\selenium-remote-control-1.0 java -jar selenium-server.jar -port 4545 -firefoxProfileTemplate C:\Firefoxselenium -htmlSuite *chrome <a href="https://www.google.co.uk/" target="_blank" rel="nofollow noopener noreferrer">Google</a> C:\Result\googlesearch.html C:\result\googlesearchResults.html
pause
Thanks
Rahul
Regards,
Rahul