Running Selenium from eclipse + browser says file not found for base url -
Running Selenium from eclipse + browser says file not found for base url -
i trying run selenium eclipse. code executing -
selenium selenium = new defaultselenium("localhost",4444,"*iexplore","http://www.google.com"); selenium.start();
the browser opens baseurl displays 404 error saying 'file not found' (be website specify). illustration in case, message shown in image -
http://i51.tinypic.com/2cpxoio.jpg
can please help me out this?
proceed statements above -
selenium.open("/"); selenium.windowfocus();
selenium file-not-found
Comments
Post a Comment