can someone helpe me? i wanted to assert and option is not in a select, is that doable?
mj237-sl joined the channel
discopatrick joined the channel
douglasmpetti-sl has quit
cgoldberg-sl joined the channel
cgoldberg-sl
get a list of all options.. then assert your test option is not contained in it
Milencho joined the channel
rplevka joined the channel
oyy joined the channel
freestyledork is now known as freefork_afk
aCodinMan has quit
jleyba joined the channel
mmalik-sl joined the channel
mmalik-sl
hello everyone
i have a query that the date time format available in database is 2018-06-15 13:30:54.957 ..i am trying to find element by value but onscreen it is 6/15/2018, 2:21 PM
how do i do the conversion
dylanlive-sl joined the channel
dylanlive-sl
A lot of languages have an string format method, you can take a Time object and convert it to the format you desire. What language are you writing in?
mmalik-sl
C#
mj237-sl
Has anyone had success with drag_and_drop using python bindings? I'm finding that release does not seem to work, the source element just hangs onto the click_and_hold indefinitely and never releases on target element. Thanks!
What’s your docker image container’s name? Can you do `docker logs container_name` ? In the logs I would imagine it’ll tell you the IP address you can connect to
ah ok nevermind, I must have been confused with something else. But yeah, I think you should be able to connect with http://localhost:4444/wd/hub
^^ thanks Diego :)
Maybe that’s Selenium Hub I’m thinking of that outputs in the log what to connect with
csherman-sl
how can i validate whether its being used
dylanlive-sl
Probably a few different ways. Based on that screenshot, I see the session id was assigned. That means there’s a session running on that docker container. If you actually want to see the browser opening up in the container, you could use one of the Debug images. https://github.com/SeleniumHQ/docker-selenium/t...
csherman-sl
` |Failed to get selenium node: 784: unexpected token at '<!DOCTYPE html>`
dylanlive-sl
My best guess is the URL isn’t correct - that looks like the response was a standard HTML page and not a json response. Hmm
Just to clarify, what URL did you use as your driver url?
Odd, not quite sure then, as I’ve never used the standalone images. Naturally the next step I would take is enabling Selenium logs to see the raw request/responses just to see what exactly it’s requesting and getting back - maybe something in the framework you’re using it modifying the URL you’re passing it. Depending on your language binding, there may be a few different ways to expose those logs. Otherwise, s
That might be overkill in your case if you’re only trying to set up one node. Ideally someone else who’s used the standalones may be able to spot the issue
Let me download it and give it a try on my end
csherman-sl for me personally, it worked. I was able to connect and start executing with http://localhost:4444/wd/hub
So it’s possibly something with your framework that you’re using
From my perspective it’s hard to determine just what is wrong without logs, so if you’re able to get logs of the requests that would help me spot the issue For example, this is from my Ruby bindings: https://gist.github.com/9b429fbb413b3c98eff9c32...
Language Bindings - pretty much Selenium supports multiple programming languages. https://www.seleniumhq.org/download/ “Selenium Client & WebDriver Language Bindings” So when I say “the bindings should automatically do that” I mean the Selenium package should automatically do that
aCodinMan joined the channel
aCodinMan has quit
aCodinMan joined the channel
kidix7-sl has quit
discopatrick has quit
diemol-sl has quit
kpattich__ has quit
stupidnetizen joined the channel
kpattich__ joined the channel
stupidnetizen
#selbot what's new
:selbot what's new
:selbot
cdbattag_ has quit
cdbattags joined the channel
cdbattags has quit
smccarthy joined the channel
csherman-sl has quit
rplevka has quit
kpattich__ has quit
dylanlive-sl has quit
smccarthy joined the channel
oyy_ has quit
jsdorlus has quit
stupidnetizen has quit
rsrx has quit
adam_erc joined the channel
adam_erc
Hello world!
Hey, does anyone here know how to clear an input field, using RSelenium?
CtrlC has left the channel
jsdorlus joined the channel
Hi jsdorlus
Hey jsdorlus, do happen to know how to clear an input field, using RSelenium?
jsdorlus has quit
Anybody alive in here?
Anybody?
...?
adam_erc has left the channel
kpschmidt
adam_erc: is there not a webdriver.clear() method call or something similar ?