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

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -