#selenium

/

      • wagagt-sl joined the channel
      • kpschmidt has quit
      • diemol joined the channel
      • twalpole-sl
        @jimboslice by any chance does the element you’re trying to click on have multiple child nodes - where the first child node is text?
      • dylanlive-sl has quit
      • wagagt-sl
        Hi !… I need to get value ( background-image ) assigned to a pseudo element. Can I do …using webElement ? some thing like: -------------------->HTML: div id=“my-id” class=“my-class error-class” ::before </div> -------------------->CSS: .my-class.error-class:before { background: url(../../img/warning.svg) no-repeat 0 0; } --------------------EXPECTED: I need to validate this warning image appear. I’m tryi
      • window.getComputedStyle(document.querySelector(‘.my-class.error-class’), ‘:before’).backgroundImage; Many Thanks in Advance !!!!
      • diemol has quit
      • twalpole-sl
        @jimevans Lets chaat about my issue tomorrow - but I’m pretty sure I’ve narrowed it down to an element (not anchor or span since they match IsInline) that needs to be scrolled into view when a click is attempted and hat also matches Element::HasFirstChildTextNodeOfMultipleChildren() - which I believe means there’s an issue with the location calculated in https://github.com/SeleniumHQ/selenium/blob/mas...
      • fred-fri joined the channel
      • fred-fri
        Why does it say everywhere that 3.14.0 is the latest version of Selenium when there are versions up to 3.9 in http://repo1.maven.org/maven2/org/seleniumhq/se...
      • kpschmidt joined the channel
      • kpschmidt has quit
      • twalpole-sl
        14 > 9
      • wagagt-sl has quit
      • fred-fri has quit
      • qwerty72 joined the channel
      • qwerty72 has quit
      • tourdedave has quit
      • Eleccy_ has quit
      • cutecycle has quit
      • bigpresh has quit
      • Eleccy joined the channel
      • tourdedave joined the channel
      • dukedave joined the channel
      • cutecycle joined the channel
      • bigpresh joined the channel
      • kpschmidt joined the channel
      • kpschmidt has quit
      • selbot2 has quit
      • selbot2 joined the channel
      • kutenai joined the channel
      • cdbattags joined the channel
      • tobie joined the channel
      • andylavarre has quit
      • sgsabbage joined the channel
      • cdbattags has quit
      • smccarthy joined the channel
      • twalpole-sl has quit
      • Numline1 joined the channel
      • Numline1 is now known as Guest17889
      • Guest17889 has quit
      • Numline1_ joined the channel
      • -- BotBot disconnected, possible missing messages --
      • -- BotBot disconnected, possible missing messages --
      • -- BotBot disconnected, possible missing messages --
      • [b__b] joined the channel
      • smccarthy joined the channel
      • jsdorlus joined the channel
      • SkyFire joined the channel
      • jsdorlus has quit
      • john63 joined the channel
      • cdbattags joined the channel
      • rsh joined the channel
      • john63 has quit
      • john63 joined the channel
      • cdbattags has quit
      • rsh has quit
      • rsrx joined the channel
      • astro has quit
      • astro joined the channel
      • john6363 joined the channel
      • john63 has quit
      • Lina_ joined the channel
      • cdbattags joined the channel
      • spathare joined the channel
      • cdbattags has quit
      • john6363 has quit
      • diemol joined the channel
      • diemol has quit
      • cdbattags joined the channel
      • babu-sl joined the channel
      • babu-sl
        @simonstewart - Do we have slack group for newly built IDE? Would that discussion happen here too?
      • cdbattags has quit
      • smccarthy joined the channel
      • john63 joined the channel
      • jsdorlus joined the channel
      • Hounddog joined the channel
      • smccarthy joined the channel
      • philyeo-sl joined the channel
      • philyeo-sl
        Anyone know any tricks that need to be done to get selenium and chromedriver to work on a macpro?
      • rofl_ joined the channel
      • jcarpenter2 has quit
      • bob___ joined the channel
      • bob___
        Hi
      • Anyone got any ideas on what could cause NoSuchElementException from Selenium when using find_element_by_XPath? I'm not sure if it's a dynamically produced page, and the source code is weird, but there are no iframes as far as I can tell. Using the wait function causes a timeout exception. I've had this issue before and solved it by using JavaScript scripts to do what I wanted, so the XPath shouldn't be the issue.
      • cdbattags joined the channel
      • babu-sl has quit
      • Apparently it occurs due to : 1. Element properties are dynamic 2. Due to timeout issue 3. Element is in the frame/Iframe.
      • re 3: There's no iframes, so that shouldn't be the issue
      • cdbattags has quit
      • re 2: I've tried having it wait for 30s and it still occurs
      • re 1: The page is dynamically generated I believe, but I've compared the xpath of what's in my code and what's returning the exception, and they're the same, so that shouldn't be the case
      • jsdorlus has quit
      • erry joined the channel
      • hi
      • smccarthy joined the channel
      • hhi
      • saTchymoto joined the channel
      • john63 has quit
      • smccarthy joined the channel
      • jsdorlus joined the channel
      • riotz joined the channel
      • smccarthy joined the channel
      • diemol joined the channel
      • corevo joined the channel
      • philyeo-sl has quit
      • mtodor joined the channel
      • smccarthy joined the channel
      • barancev joined the channel
      • mayestril-sl joined the channel
      • antonello-sl joined the channel
      • antonello-sl
        Well, if the xpath you’re using and the one that the exception returns are the same, I’m not surprised the element cannot be found.
      • Have you tested your xpath directly on the browser? And why are you using xpath anyway?
      • bob___
        how do you mean
      • for line on
      • e
      • jsdorlus joined the channel
      • I got the xpath from ChroPath. I had this issue previously, and I just used JS scripts to do what I wanted, using the same xpath, so I don't think that's the issue
      • not sure how to use xpath directly
      • @antonello-sl
      • rsh joined the channel
      • jsdorlus has quit
      • https://www.seek.com.au/jobs/in-All-Australia //*[@id="app"]/div/div[2]/div[2]/div/div[2]/section/div[2]/div/div[2]/div[1]/div/div[2]/div/div[1]/article[1] it breaks at this layer. the div above article still works for xpath commands
      • rsh has quit
      • cdbattags joined the channel
      • abraham-lee-sl joined the channel
      • cdbattags has quit
      • abraham-lee-sl
        Does anyone know if there are any plans to create app testing based solutions as a selenium project (other than appium)?
      • Ashwil joined the channel
      • Ashwil
        Hi, I'm using Pycharm to automate my application. Issue is, when the browser is out of focus or minimized, the execution fails on IE. The same will execute seamlessly in Chrome. Could someone provide me a solution for this issue ?
      • mayestril-sl has quit
      • antonello-sl has quit
      • kpatticha joined the channel
      • kpattich_ joined the channel
      • brianbryo-sl joined the channel
      • brianbryo-sl
        Hi guys I am playing around with docker. Is there selenium docker channel ?
      • antonello-sl joined the channel
      • antonello-sl
        docker-selenium
      • diemol
        brianbryo-sl: you can ask your questions here, the docker-selenium channel is only for coordination and notifications
      • besides, the chats there do not get mirrored to IRC
      • cdbattags joined the channel
      • jsdorlus joined the channel
      • cdbattags has quit
      • corevo has quit
      • abraham-lee-sl has quit
      • kpattich_ has quit
      • bob___
        Anyone know what my problem is?
      • barancev
        is there a reason to use such a complex xpath?
      • bob___
        I'm going to iterate over the articles