i don't know the difference. i would probably use the official selenium project javascript binding of webdriver
duderono_ joined the channel
kpschmidt has quit
duderonomy has quit
titusfortner-sl joined the channel
titusfortner-sl
Sauce Labs tends to recommend WebDriverIO since it is easier for testers to use out of the box and has a more synchronous approach to writing tests.
ElectrumGuy has quit
dude-x
titusfortner-sl who writes webdriverIO
titusfortner-sl
@christian-bromann (who also works at Sauce Labs)
dude-x
so it's not an official selenium binding?
titusfortner-sl
no, it isn't maintained inside the official selenium repo
dude-x
thanks for clarifying
titusfortner-sl
though it has been around about as long
Ilayaraja joined the channel
jtrip has quit
Ilayaraja
am looking for an information on the possible option to connect to citrix and automation applications in Citrix with Selenium
energizer joined the channel
can anyone share any possible ideas please
jtrip joined the channel
energizer
In selenium, I want to click to open a menu, and then click a button in the menu to run some javascript. browser.implicitly_wait(10) isnt working. why wouldnt implicitly_wait work for this?
Is there another way to wait until the JS object exists and then run it?
titusfortner-sl
typically you want to use an explicit wait strategy instead of an implicit wait strategy since it is more flexible.
I'm not sure what the syntax looks like in javascript
Ilayaraja has quit
kpschmidt joined the channel
kpschmidt has quit
https_GK1wmSU joined the channel
jakehm joined the channel
https_GK1wmSU has left the channel
kpschmidt joined the channel
kpschmidt has quit
tilerendering has quit
tilerendering joined the channel
titusfortner-sl has quit
selbot2_ has quit
selbot2 joined the channel
Lord_Drake1 joined the channel
Lord_Drake has quit
czart__ joined the channel
czart_ has quit
energizer
titusfortner-sl: im using python. Trying it with explicit waits I get a timeout on browser.get https://dpaste.de/gp5X
GodFather has quit
zavelevsky joined the channel
dude-x
that's a weird thing to do
the tag html will never go stale, so to speak
zavelevsky has quit
energizer okay so each URL has a thing you want to download?
or save
but each page looks the same more or less
mydog2 has quit
energizer
dude-x: yes
mydog2 joined the channel
dude-x
that context manager kind of makes sense what you did there.