Hi, I try the test example under debian, but I have some problem as: Out of memory. size=131072
I use chromedriver
smccarthy joined the channel
converge joined the channel
converge has quit
converge joined the channel
andylavarre has quit
andylavarre joined the channel
moshi joined the channel
moshi has quit
ricardomontes-sl has quit
GodFather has quit
alxy has quit
neoncontrails joined the channel
converge has quit
converge joined the channel
converge has quit
converge joined the channel
GodFather joined the channel
smccarthy joined the channel
GodFather has quit
titusfortner-sl joined the channel
converge has quit
bpascal joined the channel
bpascal has quit
neoncontrails joined the channel
t3ch joined the channel
t3ch has quit
t3ch joined the channel
converge joined the channel
converge has quit
converge joined the channel
kpschmidt joined the channel
neoncontrails joined the channel
kpschmidt has quit
converge has quit
smccarthy joined the channel
therue has quit
smccarth_ joined the channel
therue joined the channel
Zamerick has quit
smccarthy has quit
smccarth_ has quit
kpschmidt joined the channel
smccarthy joined the channel
titusfortner-sl has quit
errant_rider joined the channel
kpschmidt has quit
p0deje joined the channel
p0deje has quit
praveen-bhask-sl joined the channel
praveen-bhask-sl
Hi.. If I want to implement Basic HTTP authentication on Selenium grid…any one know how to go about?
kpschmidt joined the channel
kpschmidt has quit
bpascal joined the channel
bpascal has quit
moshi joined the channel
p0deje joined the channel
neoncontrails joined the channel
kpschmidt joined the channel
errant_rider has quit
kpschmidt has quit
K3vin-com has quit
praveen-bhask-sl has quit
slackbot6 joined the channel
slackbot has quit
moshi has quit
neoncontrails joined the channel
neoncontrails joined the channel
kpschmidt joined the channel
neoncontrails joined the channel
kpschmidt has quit
smccarthy has quit
smccarthy joined the channel
smccarthy has quit
muksel joined the channel
muksel
what the limition of selenium in current version?
what the limitations of selenium in current version?
andylavarre has quit
kpschmidt joined the channel
kpschmidt has quit
mtodor joined the channel
RK_ joined the channel
mtodor joined the channel
mtodor joined the channel
mtodor joined the channel
mtodor joined the channel
mtodor joined the channel
mtodor joined the channel
mtodor joined the channel
mtodor joined the channel
kpschmidt joined the channel
mtodor joined the channel
mtodor joined the channel
kpschmidt has quit
mtodor joined the channel
mtodor joined the channel
smccarthy joined the channel
mtodor joined the channel
mtodor joined the channel
smccarthy has quit
mtodor joined the channel
mtodor joined the channel
Selenium-Github
[13selenium] 15barancev pushed 2 new commits to 06master: 02https://git.io/vbfH8
13selenium/06master 149cb14e8 15Alexei Barantsev: Adding one more test for an edge case: transparent select with visible options.
13selenium/06master 141df5daf 15Alexei Barantsev: Adding a new test for file upload using a hidden file input. Also disabling file input visibility check in legacy Firefox driver. Fixes #706
Rahul joined the channel
mtodor joined the channel
Rahul
Hi All, I need a favor here on Selenium execution from a terminal on Linux OS (AWS Server).
I am using PhantomJS
mtodor joined the channel
The driver is getting invoked but nothing is happening. Neither the control is going to catch block nor next line is getting executed.
and the test stops
kpschmidt joined the channel
mtodor joined the channel
Hi I have a query in Selenium execution on AWS server . Can anyone help?
mtodor joined the channel
kpschmidt has quit
RK_ has quit
p0deje
Rahul please show your code
:gist
selbot2
Please paste >3 lines of code or text to https://gist.github.com and share the resulting URL
mfsi_ankitm joined the channel
mtodor joined the channel
mtodor joined the channel
mtodor joined the channel
gsureshbabu-sl joined the channel
gsureshbabu-sl
Hi All, Mouse over and move to element functions are not working in Firefox with geckodriver. Do we have any solution for this ?
mtodor joined the channel
bpascal joined the channel
bpascal has quit
Milencho joined the channel
mtodor joined the channel
mtodor joined the channel
p0deje
gsureshbabu-sl you need to use Actions
depending on language it might look differently
in Ruby it will be something like `driver.action.move_to(element)`
gsureshbabu-sl
Yes, We are using actions. We are getting when performing build and perform functions.
barancev
gsureshbabu-sl: define "not working"
mtodor joined the channel
gsureshbabu-sl
We are getting that particular function is not implemented error.
Lina_ joined the channel
When using movetoelement
We are trying with Firefox version 52 and selenium hub 3.3.1 docker images