#selenium

/

      • smccarthy joined the channel
      • smccarthy joined the channel
      • bpascal joined the channel
      • takomi29 joined the channel
      • adamgoucher has quit
      • bpascal has quit
      • energizer joined the channel
      • energizer joined the channel
      • halbbalda has quit
      • halbbalda joined the channel
      • freestyledork joined the channel
      • takomi29 has quit
      • bpascal joined the channel
      • bpascal has quit
      • andylavarre has quit
      • smccarthy joined the channel
      • takomi29 joined the channel
      • takomi29
        Is anyone here available to assist me with parsing a JS site? If so, i'd be more than glad to tip in btc
      • smccarthy joined the channel
      • ianbrandt_ joined the channel
      • takomi29 has quit
      • bpascal joined the channel
      • bpascal has quit
      • spathare joined the channel
      • pouledodue joined the channel
      • mfsi_ankitm joined the channel
      • mahesh_ joined the channel
      • mahesh_
        I am running Selenium 3 with geckodriver v.0.19.1 and firefox 54
      • The weddriver is not able to send url and the page is not opening
      • can any one hel
      • System.setProperty("webdriver.firefox.marionette", "C:\\Users\\mahess77\\Desktop\\Workspace\\Selenium\\Libraries\\geckodriver-v0.19.1-win64\\geckdriver.exe"); WebDriver driver = new FirefoxDriver();
      • This is the code i am using
      • s4612 joined the channel
      • spathare has quit
      • Lina_ joined the channel
      • s4612 has quit
      • andisan-sl joined the channel
      • andisan-sl
        there's a typo in your driver name
      • mahesh_
        I am not able to find the typo, as i see there is no typo in code. I ma not able to get you
      • s4612 joined the channel
      • andisan-sl
        geckdriver.exe
      • is that your driver executable name?
      • mahesh_
        yeha
      • yeah
      • I got it
      • I will change
      • still the issue exists
      • firefox is opening but the page is not loading
      • the driver is failing to send the url
      • andisan-sl
        how are you sending your URL?
      • that above snippet only opens a Firefox browser
      • mahesh_
        System.setProperty("webdriver.firefox.marionette", "C:\\Users\\mahess77\\Desktop\\Workspace\\Selenium\\Libraries\\geckodriver-v0.19.1-win64\\geckodriver.exe"); WebDriver driver = new FirefoxDriver(); driver.get("http://rome-uat1.it.att.com:8880/romesso/eCRMLoginST.jsp");
      • This is the error response:
      • System.setProperty("webdriver.firefox.marionette", "C:\\Users\\mahess77\\Desktop\\Workspace\\Selenium\\Libraries\\geckodriver-v0.19.1-win64\\geckodriver.exe"); WebDriver driver = new FirefoxDriver(); driver.get("http://rome-uat1.it.att.com:8880/romesso/eCRMLoginST.jsp");
      • Exception in thread "main" org.openqa.selenium.WebDriverException: Timed out waiting 45 seconds for Firefox to start. Build info: version: '3.9.1', revision: '63f7b50', time: '2018-02-07T22:42:22.379Z' System info: host: 'MAHESS77', ip: '9.109.245.198', os.name: 'Windows 10', os.arch: 'x86', os.version: '10.0', java.version: '1.8.0_151' Driver info: driver.version: FirefoxDriver at org.openqa.selenium.firefox.XpiDriverService.wai
      • selbot2
        03shs96c 18 days ago - Use the same timings for OkHttp as we do for the Apache HttpClient | https://github.com/SeleniumHQ/selenium/commit/6...
      • mahesh_
        I am new to this, can you help me with the code @selbot2
      • andisan-sl
        you'd probably need to set driver property as geckodriver
      • mahesh_
        It worked
      • thanks @andisan-sl
      • energizer joined the channel
      • chrisw joined the channel
      • czart joined the channel
      • chele joined the channel
      • bharath joined the channel
      • bharath has quit
      • ShekharReddy joined the channel
      • smccarthy joined the channel
      • duderonomy joined the channel
      • andisan-sl has quit
      • mahesh_ has quit
      • energizer joined the channel
      • p0deje joined the channel
      • KaL joined the channel
      • bpascal joined the channel
      • kpatticha joined the channel
      • bpascal1 joined the channel
      • bpascal has quit
      • mtodor joined the channel
      • jackofspaces-sl joined the channel
      • jackofspaces-sl
        Hi all, I get an intermittent error of `session not created exception from disconnected: unable to connect to renderer`, When i see this error it reports a chromedriver version of `chromedriver=2.33.506120` but I am using 2.35.... it happens once every 10+ runs. Any ideas?
      • niQo joined the channel
      • xavier-alexan-sl joined the channel
      • xavier-alexan-sl
        Hello @all! Glad to join this community :wave:
      • jsanchez-sl joined the channel
      • jsanchez-sl
        Welcome xavier-alexan-sl
      • gorilaitsro-sl joined the channel
      • gorilaitsro-sl
        Hi all, anybody who can help me? Im using selenium in docker, when start my test have this error ‘ [Facebook\WebDriver\Exception\UnknownServerException] Error forwarding the new session Empty pool of VM for setup Capabilities {browserName: chrome} ‘
      • Using ubuntu in virtualbox
      • jackofspaces-sl has quit
      • WhereIsMySpoon_ joined the channel
      • xavier-alexan-sl has quit
      • jsanchez-sl has quit
      • sirithcam joined the channel
      • gorilaitsro-sl has quit
      • Leena joined the channel
      • MattB joined the channel
      • Leena has quit
      • sirithcam
        I've got a link that is not clickable because another element obscures it, is there any way or option for .click() method to click that link? (Capybara/Ruby)
      • WhereIsMySpoon_
        sirithcam: how do your users click the link?
      • if its obscured
      • MattB
        I've upgrade my stack to the latest (Watir with Selenium, FF58 and geckogrive 0.19.0) but i'm now having issues with tinymce. It returns: Selenium::WebDriver::Error::JavascriptError: Exception TypeError: tinymce.activeEditor is undefined
      • simonstewart joined the channel
      • simonstewart
        G'day folks!
      • WhereIsMySpoon_
        o/
      • simonstewart
        Hacking on my SauceCon deck.
      • I don't suppose anyone has the link to the "Holy Shit!" video from 2011 when Opera showed off the operadriver for the first time?
      • kpattich_ joined the channel
      • kpatticha has quit
      • sirithcam
        WhereIsMySpoon: im just testing "sharing on facebook" functionality, I want to check if popup with shared item has a proper link inside and that popup has <div class="unclickableMask"> that obscures the link
      • MattB
        sirithcam: But how do your users expect to click that link if there's a pop up blocking it? Selenium should only let you do what real users could do in their browser
      • GodFather has quit
      • GodFather joined the channel
      • No one have any ideas around my tinyMce issue? It's as though tinymce is not being initialised. Selenium::WebDriver::Error::JavascriptError: Exception TypeError: tinymce.activeEditor is undefined
      • AutomatedTester
        simonstewart: it was 2009
      • :google gtac zurich 2009 operadriver
      • selbot2
        key not found: "items"
      • simonstewart
        :yt gtac zurich 2009 operadriver
      • selbot2
        No results for 'gtac zurich 2009 operadriver'!
      • AutomatedTester
      • simonstewart
        I remember that talk well.
      • The demo was famous
      • AutomatedTester
      • simonstewart: ^
      • Denis was so soft spoken
      • I just remember it was before I started at Mozilla
      • simonstewart
        Indeed he was
      • AutomatedTester
        and that was 2010
      • simonstewart
        You've been there a long time
      • Do you get some sort of long service medal in 2020?
      • AutomatedTester
        they do give things for people hitting 10 years
      • simonstewart
        A big hug?
      • AutomatedTester
        they were giving really beautiful travel bags
      • impractical but beautiful
      • simonstewart
        Heh :)
      • AutomatedTester
        they are leather so weigh a ton
      • s4612 has quit
      • AfonsoHenriques joined the channel
      • simonstewart
        Well, that'll blast through your hand luggage allowance.
      • I just need highlights for 2012-2015 to finish this deck off.
      • AutomatedTester: I found your first commit in 2010: a89d85ffabc1bf895f724f74a9fc027625659ff5
      • selbot2
        03AutomatedTester over 8 years ago - DavidBurns: Fixed Window Switching in Chrome .NET that was failing because of a typo | https://github.com/SeleniumHQ/selenium/commit/a...
      • kpattich__ joined the channel
      • smccarthy joined the channel
      • kpattich_ has quit
      • simonstewart
        AutomatedTester: when was the first geckodriver release? 2010?
      • AutomatedTester
        geckodriver... umm
      • 2015 for the rust one