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
alphaChill
Posts : 2
Join date : 2010-08-11

Selenium-Server does not work with opera! Empty Selenium-Server does not work with opera!

Wed Aug 11, 2010 9:29 pm
Hi,

i record a little testscript with the firefox Selenium IDE. I saved it into a testsuit, which is called "TestSuite.html", my testcase ist called "Testcase" (without.html). Now i want to to do the test in several browsers (like opera, chrome, safari and the internet explorer). Wehn i runt the command "java -jar selenium-server.jar -htmlSuite "*safari" "http://localhost" "C:\tests\TestSuite.html" "C:\tests\output.html"" safari is launching but nothing more happens Sad
Only getting this windows:

Selenium-Server does not work with opera! Safari
(localhost is a apache-Server! (xampp))


Selenium-Server give me these messages:

16:20:22.580 INFO - Java: Sun Microsystems Inc. 17.0-b16
16:20:22.595 INFO - OS: Windows XP 5.1 x86
16:20:22.595 INFO - v2.0 [a2], with Core v2.0 [a2]
16:20:22.799 INFO - RemoteWebDriver instances should connect to: http://127.0.0.1:4444/wd/hub
16:20:22.799 INFO - Version Jetty/5.1.x
16:20:22.799 INFO - Started HttpContext[/selenium-server/driver,/selenium-server/driver]
16:20:22.799 INFO - Started HttpContext[/selenium-server,/selenium-server]
16:20:22.799 INFO - Started HttpContext[/,/]
16:20:22.924 INFO - Started org.openqa.jetty.jetty.servlet.ServletHandler@47858e
16:20:22.924 INFO - Started HttpContext[/wd,/wd]
16:20:22.924 INFO - Started SocketListener on 0.0.0.0:4444
16:20:22.924 INFO - Started org.openqa.jetty.jetty.Server@17ace8d
16:20:23.455 INFO - Launching Safari ...

How is it possible to launch the test in Safari?
Wehn i run the command with "*firefox" all works fine...
avatar
alphaChill
Posts : 2
Join date : 2010-08-11

Selenium-Server does not work with opera! Empty Re: Selenium-Server does not work with opera!

Thu Aug 12, 2010 2:54 pm
Now, I was able to solve my problem for the following browsers by deactivating the PopUp-Blocker and running the commands:

Internet Explorer
java -jar selenium-server.jar -htmlSuite "*iexploreproxy" "http://localhost" "C:\tests\TestSuite.html" "C:\tests\output.html"

Firefox
java -jar selenium-server.jar -htmlSuite "*firefox" "http://localhost" "C:\tests\TestSuite.html" "C:\tests\output.html"
(i prefer the IDE for testcases in firefox)

Google-Chrome
java -jar selenium-server.jar -htmlSuite "*googlechrome" "http://localhost" "C:\tests\TestSuite.html" "C:\tests\output.html"

Safari
java -jar selenium-server.jar -htmlSuite "*safariproxy" "http://localhost" "C:\tests\TestSuite.html" "C:\tests\output.html"

But I wasn't able to solve my problem for Opera Selenium-Server does not work with opera! Icon_mad
When I run the command:
java -jar selenium-server.jar -htmlSuite "*opera" "http://localhost" "C:\tests\TestSuite.html" "C:\tests\output.html"

I get the following result: (URL to picture: http://home.arcor.de/xrrx/opera.JPG)
Selenium-Server does not work with opera! Opera

Why is opera not able to find a page which can be found by any other browser??
avatar
dvojka
Posts : 1
Join date : 2011-03-15

Selenium-Server does not work with opera! Empty Re: Selenium-Server does not work with opera!

Tue Mar 15, 2011 9:40 pm
Hello, could you please write here if you have solved problem with Opera (and how), or not ? Because I have the same problem now..

Thanks
avatar
auto_ashish1
Active particpant
Active particpant
Posts : 21
Join date : 2011-03-10

Selenium-Server does not work with opera! Empty Re: Selenium-Server does not work with opera!

Wed Apr 06, 2011 12:12 am
Are you you using the latest version of opera. Try using some older version




Regards

Ashish
itsthakur@gmail.com
91-9888179981


For online Selenium training go to my website- www.sejsoft.com
Sponsored content

Selenium-Server does not work with opera! Empty Re: Selenium-Server does not work with opera!

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