also note that the "release" version of edge (and its driver) are far less functional than the most recent "insider" build.
dude-x
firefox failing a lot of tests because marionette is missing actions and a few other things right?
jimevans
yes
dude-x
thanks; this helps a lot.
jimevans
np
jimevans has quit
chibz has quit
smccarthy joined the channel
smccarthy has quit
ranger81 joined the channel
Cache_Money has quit
gkbhat78 joined the channel
kyuwonchoi has quit
gkbhat78
I'm not able to find a link to download Selenium IDE. I'm in the Selenium IDE download section. Can someone assist?
kyuwonchoi joined the channel
kyuwonchoi has quit
john51 joined the channel
john51_ has quit
gkbhat78 has quit
jlipps_ has quit
smccarthy joined the channel
smccarthy has quit
jmreicha has quit
ranger81 joined the channel
simonstewart joined the channel
simonstewart has quit
mach6 has quit
duderonomy has quit
Selenium-Github
[13selenium] 15aliking opened pull request #3444: Allow Java options when starting a standalone selenium server in Ruby (06master...06rb_server_java_options) 02https://git.io/vDOWb
selbot2 has quit
selbot2 joined the channel
jmreicha joined the channel
kyuwonchoi joined the channel
jmreicha has quit
kyuwonchoi has quit
[rahul] joined the channel
smccarthy joined the channel
[13selenium] 15titusfortner opened pull request #3445: [rb] prevent SocketError when default port not free (06master...06socket_lock) 02https://git.io/vDO8b
hi guys, i am trying to use selenium to iterate through a long list of stock tickers and scrape Yahoo Finance. However, it keeps hanging since it waits for the page to load completely. Is there a way to prevent this behavior?
tom_lee-sl joined the channel
tom_lee-sl
by default, it only waits if you are expecting an element on a timeout
otherwise it should throw an exception, as at execution time it did not find it
hh2010
yeah thats what i have read… it is strange however becuase the element will appear on the page, but the page is still loading and selenium keeps waiting.. sometimes when i press the stop button manually on the page, selenium will pick it up and move onto the next ticket
rich__ joined the channel
ticker**
rich__
guys i am trying to save the contents sent via websocket using browsermob proxy .... but no luck .... i couldnt find any details regarding web socket and browser mobproxy. Is there any capture type i need to set to detect and get the socket data in a har file ?
Cache_Money has quit
johnny56 joined the channel
tom_lee-sl
@hh2010 if you would provide a snipped of the code, that might be helpful