#selenium

/

      • bassface has quit
      • anglisc joined the channel
      • rorycb joined the channel
      • raul782 joined the channel
      • rorycb has quit
      • merike|away has quit
      • farlan1 joined the channel
      • farlan has quit
      • moo-_- joined the channel
      • ishana joined the channel
      • lw444 has quit
      • eoinkelly joined the channel
      • raul782 joined the channel
      • smccarthy joined the channel
      • tony2 has quit
      • Xodz has quit
      • sevaseva joined the channel
      • Selenium-Github
        [13selenium] 15sevaseva pushed 2 new commits to 06master: 02http://git.io/vOW2Q
      • 13selenium/06master 14c7c6c4a 15Joshua Bruning: Update test for Chrome 44 stable release....
      • 13selenium/06master 14dad13b5 15Joshua Bruning: Assume a valid alternate hostname....
      • dolu joined the channel
      • [13selenium] 15sevaseva closed pull request #831: Update test for Chrome 44 stable release. (06master...06chrome44) 02http://git.io/vY4uo
      • selbot2_
        03joshbruning closed Update test for Chrome 44 stable release. - https://github.com/SeleniumHQ/selenium/pull/831 []
      • Selenium-Github
        [13selenium] 15sevaseva closed pull request #866: Assume a valid alternate hostname. (06master...06alternate) 02http://git.io/vOYWf
      • selbot2_
        03joshbruning closed Assume a valid alternate hostname. - https://github.com/SeleniumHQ/selenium/pull/866 []
      • NOTICE: Project Chrome XP Javascript Tests build #3926: UNSTABLE in 4 min 24 sec: http://ci.seleniumhq.org:8080/job/Chrome%20XP%20Javascript%20Tests/3926/
      • NOTICE: Project Firefox 38 Win7 Javascript Tests build #2188: UNSTABLE in 4 min 19 sec: http://ci.seleniumhq.org:8080/job/Firefox%2038%20Win7%20Javascript%20Tests/2188/
      • korg joined the channel
      • raul782 joined the channel
      • kggr has quit
      • korg has quit
      • ishana joined the channel
      • NOTICE: Yippee, build fixed!
      • NOTICE: Project Chrome XP Javascript Tests build #3927: FIXED in 4 min 34 sec: http://ci.seleniumhq.org:8080/job/Chrome%20XP%20Javascript%20Tests/3927/
      • NOTICE: Project IE 8 XP Java Tests build #3939: UNSTABLE in 12 min: http://ci.seleniumhq.org:8080/job/IE%208%20XP%20Java%20Tests/3939/
      • dude-x joined the channel
      • dolu1 joined the channel
      • dolu has quit
      • kggr joined the channel
      • sevaseva has quit
      • kggr has quit
      • dude-x joined the channel
      • ishana joined the channel
      • rorycb joined the channel
      • rorycb has quit
      • nofacade joined the channel
      • nofacade has quit
      • raul782_ joined the channel
      • rananda joined the channel
      • dolu1 has quit
      • merike|away joined the channel
      • merike|away is now known as merike
      • merike is now known as merike|away
      • dolu joined the channel
      • rananda has quit
      • dolu has quit
      • rananda joined the channel
      • rananda has quit
      • kggr joined the channel
      • rananda joined the channel
      • alien_ joined the channel
      • SitamJana joined the channel
      • Ardesco joined the channel
      • eoinkelly joined the channel
      • ishana has quit
      • Sudhansu joined the channel
      • Sudhansu has quit
      • kris_ has quit
      • rorycb joined the channel
      • rorycb has quit
      • michl68 joined the channel
      • Ardesco has quit
      • kggr has quit
      • kggr joined the channel
      • dude-x joined the channel
      • ishana joined the channel
      • Sudhansu joined the channel
      • davehunt joined the channel
      • ulmi joined the channel
      • Sudhansu1 joined the channel
      • Sudhansu has quit
      • alien_ has quit
      • rplevka joined the channel
      • eteixeira joined the channel
      • ishana joined the channel
      • alien_ joined the channel
      • Matthi joined the channel
      • bimmelino joined the channel
      • dubner joined the channel
      • sgsabbage joined the channel
      • eoinkelly joined the channel
      • eteixeira has quit
      • MrCoder joined the channel
      • sgsabbage has quit
      • eteixeira joined the channel
      • smccarthy joined the channel
      • bassface joined the channel
      • Dave_B_ joined the channel
      • eteixeira has quit
      • barancev joined the channel
      • Padawan joined the channel
      • eteixeira joined the channel
      • ghormoon has quit
      • ghormoon joined the channel
      • WhereIsMySpoon joined the channel
      • WhereIsMySpoon has quit
      • WhereIsMySpoon joined the channel
      • WhereIsMySpoon has quit
      • WhereIsMySpoon joined the channel
      • WhereIsMySpoon
        o/
      • sgsabbage joined the channel
      • Sudhansu1 has quit
      • Sudhansu joined the channel
      • kris_ joined the channel
      • Dave_B_
        \o
      • Padawan has quit
      • kris_
        Hi guys, currently I am using selenium standalone 2.44.0 as hub and separate instance as node. I am able to run tests on firefox and chrome browsers. How do I correctly set up opera browser? opera is v12.16. when adding -Dwebdriver.opera.driver=/operaprestodriver/pkg/operadriver-v1.5-4-g1ccceda.jar I am getting exception Error for /wd/hub/session java.lang.NoClassDefFoundError: org/json/JSONObject
      • CTtpollard joined the channel
      • soc42 joined the channel
      • Padawan joined the channel
      • WhereIsMySpoon
        kris_: can you try adding one of the jars from http://mvnrepository.com/artifact/org.json/json to your classpath when starting the node?
      • Padawan is now known as GConstanza
      • GConstanza has quit
      • kris_
        WhereIsMySpoon: java -classpath /opt/selenium-node-lin/json-20141113.jar -jar /opt/selenium-node-lin/selenium-server-standalone-2.44.0.jar -role node -hub http://10.0.1.46:4444/grid/register -nodeConfig /opt/selenium-node-lin/NodeConfigLinux.json -Dwebdriver.opera.driver="/opt/selenium-node-lin/operaprestodriver/pkg/operadriver-v1.5-4-g1ccceda.jar" -Dwebdriver.chrome.driver="/opt/selenium-node-lin/chromedriver"
      • this is what I am using right now when spinning up node
      • still same exception
      • Selenium-Github
        [13selenium] 15shs96c pushed 1 new commit to 06master: 02http://git.io/vOl9v
      • 13selenium/06master 148809ed6 15Simon Stewart: Bump the buck version
      • simonstewart joined the channel
      • WhereIsMySpoon
        kris_: Im really not sure whats up then sorry, I know some peoiple have had this issue before
      • ive seen it discussed in here before
      • ello simon (:
      • simonstewart
        Yo!
      • WhereIsMySpoon
        simonstewart: how's the buck/winblows integration going? ^^
      • simonstewart
        Slowly
      • I think we may be about to start hacking on the .net rules
      • That'll be fun
      • WhereIsMySpoon
        yay
      • kris_: im not even sure opera is supported anymore
      • last version on seleniumhq is from 2014
      • Machinista joined the channel
      • simonstewart
        What's the question?
      • Opera with Blink is supported
      • By Opera
      • WhereIsMySpoon
        simonstewart: kris is getting this:
      • Hi guys, currently I am using selenium standalone 2.44.0 as hub and separate instance as node. I am able to run tests on firefox and chrome browsers. How do I correctly set up opera browser? opera is v12.16. when adding -Dwebdriver.opera.driver=/operaprestodriver/pkg/operadriver-v1.5-4-g1ccceda.jar I am getting exception Error for /wd/hub/session
      • java.lang.NoClassDefFoundError: org/json/JSONObject
      • simonstewart: he added json jar to his classpath but no dice
      • simonstewart
        On both the hub and instance node?
      • WhereIsMySpoon
        just instance node