#selenium

/

      • AutomatedTester has quit
      • AutomatedTester joined the channel
      • jlipps has quit
      • roelmonnens joined the channel
      • GodFather joined the channel
      • roelmonnens has quit
      • tourdedave has quit
      • jwhisnant joined the channel
      • boboash joined the channel
      • boboash
        anybody home?
      • nodir has quit
      • marxarelli is now known as marxarelli|afk
      • smccarthy joined the channel
      • Romz joined the channel
      • smccarthy-sl joined the channel
      • smccarthy-sl
        :ask
      • selbot2
        If you have a question, please just ask it. Don't look for topic experts. Don't ask to ask. Don't PM. Don't ask if people are awake, or in the mood to help. Just ask the question straight out, and stick around. We'll get to it eventually :)
      • tourdedave joined the channel
      • tourdedave has quit
      • smccarthy joined the channel
      • GodFather has quit
      • smccarthy-sl has quit
      • tourdedave joined the channel
      • tourdedave has quit
      • bcop-sl joined the channel
      • lucast-sl joined the channel
      • smccarthy joined the channel
      • p0deje joined the channel
      • smccarthy joined the channel
      • kggr joined the channel
      • p0deje has quit
      • roelmonnens joined the channel
      • Romz has quit
      • roelmonnens has quit
      • tourdedave joined the channel
      • tourdedave has quit
      • bcop-sl has quit
      • kpschmidt joined the channel
      • navisingla-sl joined the channel
      • kpschmidt has quit
      • smccarthy joined the channel
      • lucast-sl has quit
      • p0deje joined the channel
      • p0deje has quit
      • simonstewart joined the channel
      • lucast
        :yt no rain
      • selbot2
      • tourdedave joined the channel
      • simonstewart has quit
      • tourdedave has quit
      • navisingla-sl has quit
      • neoncontrails has quit
      • neoncontrails joined the channel
      • neoncont_ joined the channel
      • NOTICE: [13docs] 15manoj9788 pushed 2 new commits to 06gh-pages: 02https://github.com/SeleniumHQ/docs/compare/d802f3e09de9...384f29fbb4e4
      • NOTICE: 13docs/06gh-pages 144e2b2f2 15Anand Jayaram: Update Consumer browser section...
      • NOTICE: 13docs/06gh-pages 14384f29f 15Manoj Kumar: Merge pull request #137 from AJ-72/patch-1...
      • neoncontrails has quit
      • roelmonnens joined the channel
      • spathare joined the channel
      • roelmonnens has quit
      • energizer joined the channel
      • Lina_ joined the channel
      • tourdedave joined the channel
      • tourdedave has quit
      • indistylo joined the channel
      • mfsi_ankitm joined the channel
      • chele joined the channel
      • woblywack joined the channel
      • barisyesilcicek joined the channel
      • neoncont_ has quit
      • neoncontrails joined the channel
      • roelmonnens joined the channel
      • tourdedave joined the channel
      • indistylo joined the channel
      • tourdedave has quit
      • barisyesilcicek has quit
      • woblywack has quit
      • roelmonn_ joined the channel
      • roelmonnens has quit
      • alxy joined the channel
      • indistylo joined the channel
      • gogogo joined the channel
      • fabrice31 joined the channel
      • p0deje joined the channel
      • cristi joined the channel
      • tourdedave joined the channel
      • gerixx-sl joined the channel
      • tourdedave has quit
      • kpschmidt joined the channel
      • kpschmidt has quit
      • indistylo joined the channel
      • gerixx-sl
        hello, I currently try to run selenium java tests (it's my first time ;-)) on windows and one test fails: org.openqa.selenium.remote.server.CapabilitiesComparatorTest.shouldPickMostSpecificOperatingSystem() fails in line 158: assertThat(getBestMatch(any, list), equalTo(any)); - the error is that getBestMatch(any,list) returns Caps with platform WINDOWS instead of ANY. I can also reproduce that in my IDE. Does anyone else can reproduce that?
      • energizer
        im no help, but i must say im blown away by the length of that method call
      • barancev
        it's not the longest one we have :)
      • indistylo joined the channel
      • niQo joined the channel
      • tourdedave joined the channel
      • tourdedave has quit
      • indistylo joined the channel
      • pauluchon joined the channel
      • pauluchon
        Hi !
      • Selenium-Github
        [13selenium] 15gerixx opened pull request #4599: Fix Java binding test org.openqa.selenium.os.CommandLineTest.canUpdat… (06master...06fix-CommandLineTest-canUpdateLibraryPath) 02https://git.io/v5Cqf
      • gerixx-sl has quit
      • rgqancy joined the channel
      • barisyesilcicek joined the channel
      • roelmonn_ has quit
      • roelmonnens joined the channel
      • WhereIsMySpoon joined the channel
      • Madhulina joined the channel
      • Madhulina
        Can anyone help me with object click issue, which is not on focus(on screen). It is not throwing any error but click is not working.
      • I am using FF 54.0 and selenium 3.4
      • rvgate joined the channel
      • tourdedave joined the channel
      • tourdedave has quit
      • hazmeister-sl joined the channel
      • hazmeister-sl
        @Madhulia that commonly happens if you are clicking the “wrong” element
      • Madhulina
        what do u mean by wrong element
      • with older version it was handled automatically. Now if I scroll my screen, so that object is visible then it clicks fine
      • WhereIsMySpoon
        Madhulina: either there is an element on top of the one youre trying to click, or youre not clicking on exactly the right element (say the one you want to click is a link but its inside a span, but youre only clicking the span)
      • Lina_ has quit
      • Madhulina
        my object is correct and it is an issue with recent upgrade only
      • whimboo
        Madhulina: which recent upgrade?
      • Madhulina
        FF 54.0 and selenium 3.4 with geckodriver
      • whimboo
        Madhulina: it doesnt tell me what exactly you upgraded
      • and from which versions
      • Madhulina
        I mean I was not using geckodriver earlier
      • I started using it with FF 54.0 and selenium 3.4 only
      • whimboo
        k, do you have a minimized html testcase to show that?
      • Madhulina
        before I was working with older FF version (30.0 mostly), and all was well
      • WhereIsMySpoon
        30?!
      • christ
      • Madhulina
        no I dont have
      • WhereIsMySpoon
        Madhulina: if u cant show us code/html and the error we cant really help you
      • whimboo
        Madhulina: then just minimize the page you are working with, or if it's public give us the URL
      • Madhulina
        I said it does not throw any error
      • WhereIsMySpoon
        ok, no error
      • still, we need to see the code and the webpage or minimised html as whimb says
      • Madhulina
        yes, but unless it is visible on screen click actually does not happen
      • if I scroll my screen up so that object is visible there then it clicks fine
      • WhereIsMySpoon
        then you probably have a top bar that is in the way
      • Madhulina
        javascript click works fine in that case
      • whimboo
        that doesnt simulate a click but just invokes the click method on the element
      • Madhulina
        exactly
      • whimboo
        as said, give us a HTML example and we can check
      • celso-sl joined the channel
      • celso-sl
        Hi Guys
      • can you give a help configuring a docker/selenium system
      • i have a app running in docker
      • barancev
        for the record: geckodriver requires firefox 55 minimum