Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
Brigant
Posts : 2
Join date : 2011-08-23

Trouble with creating an FirefoxDriver object. Empty Trouble with creating an FirefoxDriver object.

Tue Aug 23, 2011 11:13 pm
When I try to make a new FirefoxDriver object ( WebDriver driver = new FirefoxDriver(); ) I get this Message:


Exception in thread "main" org.openqa.selenium.UnsupportedCommandException: Bad request

Build info: version: '2.4.0', revision: '13337', time: '2011-08-12 09:58:05'
System info: os.name: 'Windows XP', os.arch: 'amd64', os.version: '5.2', java.version: '1.6.0_21'
Driver info: driver.version: FirefoxDriver
Advisor
Advisor
------------------------
------------------------
Posts : 387
Join date : 2009-07-30
Location : India
https://seleniumforum.forumotion.net

Trouble with creating an FirefoxDriver object. Empty Re: Trouble with creating an FirefoxDriver object.

Sat Aug 27, 2011 7:16 pm
hi,

use this

For Firefox : // Instantiate the Firefox browser with profile.
FirefoxProfile firefoxProfile = new FirefoxProfile();
WebDriver driver = new FirefoxDriver(firefoxProfile);


Best of luck
avatar
Brigant
Posts : 2
Join date : 2011-08-23

Trouble with creating an FirefoxDriver object. Empty Re: Trouble with creating an FirefoxDriver object.

Mon Aug 29, 2011 5:31 pm
Fixed the Problem with setting the localhost to 127.0.0.1 in C:\WINDOWS\system32\drivers\etc\hosts.
satyamsing
satyamsing
Posts : 3
Join date : 2011-11-04

Trouble with creating an FirefoxDriver object. Empty Changing the etc host file works

Fri Nov 04, 2011 6:59 pm
Was getting error: "Exception in thread "main" org.openqa.selenium.UnsupportedCommandException: Bad request" While trying to setup webdriver.

Using the below code was not required to solve this problem:
FirefoxProfile firefoxProfile = new FirefoxProfile();

WebDriver driver = new FirefoxDriver(firefoxProfile);

Changing the host file at: "C:\WINDOWS\system32\drivers\etc\" solved the problem.


For More Details Visit: http://satyamsing.blogspot.com/


Last edited by satyamsing on Mon Jan 16, 2012 6:31 pm; edited 1 time in total (Reason for editing : Provided details of the issue and debugging)
Sponsored content

Trouble with creating an FirefoxDriver object. Empty Re: Trouble with creating an FirefoxDriver object.

Back to top
Permissions in this forum:
You cannot reply to topics in this forum