any good resources about how to select choices in a select dropdown?
ato
dmarr: Use the Select helper classes.
AutomatedTester
dmarr: what language?
Padawan
So guys, i have a login page class, and i want to test a invalid login error. So i entered the credentials, not what, do i have create a errorpageclass? Cuz the page is the same, except for some error message.
NOTICE: Yippee, build fixed!
NOTICE: Project Build All Java build #5937: FIXED in 13 min: http://ci.seleniumhq.org:8080/job/Build%20All%20Java/5937/
dmarr
AutomatedTester: ato I'm using nightwatch.js which wraps wd
csgeek joined the channel
AutomatedTester
dmarr: ok, assuming it doesnt have a select helper class you will need to find each option and then send a click to it
ato
Doesn't look like it has a helper class by a quick glance at the API docs.
I suppose a CSS selector like that to find the element, then clicking it would make sense.
But it should be quite easy to build a wrapper like Select (from Java or Python) around it also
.
lukeis
AutomatedTester: can't find it in the appengine UI… and google analytics is not on our pages :-/
current load shows people hitting the downloads page
and with that… g'night everybody!
AutomatedTester
I am off too
sevaseva
could add (google) analytics to pages and have decent stats in a week?
AutomatedTester
thanks lukeis
would be good to see what people are using so yea
lukeis
sevaseva: we could :)
will look at it tomorrow if no one else does it
sevaseva
okay gnight :)
lukeis
ok, bye :)
lukeis has quit
dude-x has quit
jimevans has quit
zgeek3 joined the channel
dgempesaw has quit
zgeek3 has quit
zgeek3 joined the channel
_mikesalvia joined the channel
Selenium-Github
[13selenium] 15barancev pushed 2 new commits to 06master: 02http://git.io/jp2C
13selenium/06master 14b1c5156 15Alexei Barantsev: Fixing Ruby build after renaming COPYING to LICENSE
13selenium/06master 1400801a0 15Alexei Barantsev: ruby: Don't set default value of nativeEvents capability, it is already set in profile. Fixes issue 4478
adac joined the channel
sebhoss joined the channel
Trauty joined the channel
NOTICE: Project Small Tests build #2330: UNSTABLE in 2 min 31 sec: http://ci.seleniumhq.org:8080/job/Small%20Tests/2330/
oida has quit
zaleg89 joined the channel
Cr8iv has quit
oida joined the channel
zaleg89 has quit
zaleg89 joined the channel
sevaseva
barancev: ^^ could the unit test be affected by your change?