note also that i changed the initial find to find by css selector.
Xat`
I didn't know about "browsing" like ./../td[x]
jimevans
using xpath with '@class=' is brittle, because an element can have additional classes, and the classes can come in any order. using css selectors this way (which is exactly what they're intended for) is more robust.
(each term separated by whitespace is considered a 'class' of the element)
Xat`
actually td_ap seems to be an 'unicode' object
jimevans
okay, so you're adding the text to the list instead of the element to the list. whatever. just don't do that. add the element and go from there.
jimevans doesn't work with python or ruby that often, so the intricacies of the language escape him
WhereIsMySpoon
jimevans: aloha :) how was your holidays?
jimevans
g'day!
very good.
WhereIsMySpoon
excellent :)
jimevans
about to leave again on thursday
WhereIsMySpoon
oh? nice
where ya hopping to
jimevans
yep. i'm getting on a boat and sailing the caribbean.
WhereIsMySpoon
oooh
very nice
jimevans
well, i'm not *actually* doing the sailing...
WhereIsMySpoon
haha
i assumed cruise
with the mrs? :)
jimevans
i figured i'd better specify. you never know with the crowd in this channel
WhereIsMySpoon
lol
dude-x
anyone know grid code well?
does the grid use a lock when establishing a session with a node?
well locks around communicating with an instance of the node
jimevans
yep. drharmony and i are going. it's the only way i can get her to unplug and not respond to client crises - make sure she's unreachable.
WhereIsMySpoon
jimevans: heh
sounds good. :)
Xat`
thank I will find it out :)
dude-x
some parts of the caribbean have crystal clear water; its amazing
WhereIsMySpoon
you know every time someone says caribbean I think mediterranean
i dont know why
help
dimacus joined the channel
Xat`
ok I solved the unicode problem by passing the webelement instead of string ;)
thank you again
Guest54467 has quit
sfbrian joined the channel
jimevans
np
lukeis
seeing "David Hunt" do things at my work related to selenium… always crosses some wires in my brain ;)
jimevans
lukeis: indeed.
dude-x
you have a david hunt at salesforce?
lukeis
yep
dude-x
that is confusing! :)
eteixeira has quit
jleyba joined the channel
oida has quit
rplevka has quit
rorycb has quit
Stevesan has quit
rorycb joined the channel
dolu has quit
dolu joined the channel
jleyba has quit
dolu has quit
dolu joined the channel
philipp_k has quit
dolu has quit
dolu joined the channel
dolu has quit
dolu joined the channel
dolu has quit
dolu joined the channel
anu_c has quit
lukeis
what are people using that is causing their comments in github to strip out all periods? been noticing this happen more often..
titusfortner_w: it's not the end of sentences that concerns me… it's seeing things like DesiredCapabilitiesfirefox();
titusfortner_w
heh
tc_ joined the channel
tc_ is now known as Guest62264
Guest62264
Can anyone answer a quick question?
lukeis
:ask
selbot2_
If you have a question, please just ask it. Don't look for topic experts. Don't ask to ask. Don't PM. Don't ask if people are awake, or in the mood to help. Just ask the question straight out, and stick around. We'll get to it eventually :)
Guest62264
thanks
I am trying to install Selenium IDE on firefox, but the instructions for installing are not obvious or outdated. I downloaded the latest Selenium but I am not sure it is the IDE and there seems to be no link to Selenium IDE on the downloads page
anu_c joined the channel
ktosiek joined the channel
swampdragons joined the channel
philipp_k joined the channel
lukeis
Guest62264: :download and search for Selenium IDE… should link you to addons.mozilla.org
Thanks Lukeis. That was so simple. Why does Selenium download page not have that link, and why does Selenium IDE not show up in FireFox Add-On possibilities when I search for it?
screen by screen instructions for installing software are really annoying to update...
cristi joined the channel
dolu has quit
dolu1 joined the channel
AutomatedTester
lukeis: is there any reason for us to not do a release tonight?
oh and happy festivus to you :D
philipp_k joined the channel
lukeis
AutomatedTester: i think we needed to check ci (there were a few failing tests) and i should really run the python suite through a windows box :)
and a happy festivus to you too!
AutomatedTester
people do python on Windows...\
lies
lukeis
they report issues every so often even
zaza joined the channel
zaza
hey guys
when upgrading firefox to 43 version, running selenium test cases using bat file don't work and we get an error indicates that it can’t find generatedTestSuite.html file
Firefox can't find the file at chrome://src/content/TestRunner.html?
we use Selenium Standalone Server 2.48.2
lukeis
No More RC! :)
zaza
so there is bothing to solve the issue
??
lukeis
i'm not sure… also i'm personally not going to look into it :)
p_l
zaza: generally, RC was deprecated few years ago...
zaza_ joined the channel
zaza_
yea i know that the 2.x selenium standalone server is a drop-in replacement for the old selenium rc server but it should be backwards compatible with existing infrastructure
right?
i get the error only when upgrading mozilla to the 43 version
zaza has quit
felixn
hey, is there a way to intercept javascript errors, before the page executes any JS?