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 :)
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