Issue with Opening an url using OperaDriver

80 views
Skip to first unread message

Ramesh Babu Prudhvi

unread,
Aug 16, 2012, 4:39:32 AM8/16/12
to seleniu...@googlegroups.com
Hi,

I am using Selenium Webdriver. I would like to execute my scripts in Opera browser.

I am using to the following code to open google page.

OperaProfile profile = new OperaProfile();

profile.preferences().set("User Prefs", "Ignroe Unrequested Popups", false);                    

DesiredCapabilities capabilities = DesiredCapabilities.opera();

capabilities.setCapability("opera.profile", profile);

WebDriver driver = new OperaDriver();

driver.get(“https://www.google.co.in/ “);

 However, It displayed “Connect to Debugger” window as displayed in the screenshot attached.

Selenium version:2.25
OS: Windows 7
Browser: Opera(12.01)

I would appreciate if someone helps me out.

Thanks
Ramesh Babu
opera.PNG

Mike Riley

unread,
Aug 16, 2012, 6:58:06 PM8/16/12
to seleniu...@googlegroups.com
This is an issue I filed a long time ago.  Last time I checked it was still not working with 2.24.0 I think.
http://code.google.com/p/selenium/issues/detail?id=3319

Mike

Ramesh Babu Prudhvi

unread,
Aug 17, 2012, 2:17:03 AM8/17/12
to seleniu...@googlegroups.com

@Mike Thanks for your inform.

Mike Riley

unread,
Aug 17, 2012, 1:53:25 PM8/17/12
to seleniu...@googlegroups.com
Add a comment to the issue that you are seeing it as well, so they know it is not just me and you will get updates.

Mike
Reply all
Reply to author
Forward
0 new messages