<titusfortner> no, you need to download phantomjs directly
neoncontrails joined the channel
Petre joined the channel
Penorsaurus_ is now known as Penorsaurus
tony2 has quit
errant_rider joined the channel
Petre has quit
errant_rider has quit
liuedx has quit
dude-x joined the channel
slackbot3 has quit
jefrite has quit
aeruder has quit
jefrite joined the channel
smccarth_ joined the channel
shookees has quit
qwe has quit
lucast has quit
lucast joined the channel
geheimnis` joined the channel
shookees joined the channel
qwe joined the channel
Luffha joined the channel
Luffha has quit
mach6 has quit
shookees has quit
selbot2 has quit
selbot2 joined the channel
satya4ever joined the channel
shookees joined the channel
seleVietnam joined the channel
seleVietnam
hi
seleVietnam has quit
neoncontrails has quit
vedharish joined the channel
tommywo joined the channel
tommywo has quit
errant_rider joined the channel
errant_rider has quit
Sudhansu joined the channel
notthemessiah joined the channel
smccarth_ has quit
Luffha joined the channel
smccarthy joined the channel
smccarth_ joined the channel
smccarth_ has quit
smccarth_ joined the channel
smccarth_ has quit
Luffha has quit
Lina_ joined the channel
smccarthy joined the channel
rananda joined the channel
chele joined the channel
mankoe joined the channel
mankoe has left the channel
bimmelino joined the channel
SitamJana joined the channel
derflo joined the channel
derflo
good morning
vedharish wishes derflo a very good morning!
i have spent a few days now with my selenium hub / nodes to detect the cause of my problem. i am running protractor tests with selenium. Running the nodes as a system user in session 0 (started by scheduled tasks in windows) does fail the tests. when i start the nodes from a desktop the tests succeed. any idea why or how to get it to work?
vedharish: thx! ;)
vedharish
derflo: Can you make a :gist of the error you get during tests? Does the browser open up?
vedharish: ok running a single test now with a cluster with only one node running as SYSTEM_USER invisible in background (started by scheduled tasks): test failed... one moment
notthemessiah: yes but those requests dont -go- to the hub
you send a request to the node for say an element, that then goes to the browser driver, which talks to the browser
notthemessiah
the node is at port 4444? packets from python go to 5????
Petre
Hi guys, I have the following HTML (this is only an excerpt) of a page I'm trying to automate. I'm basically trying to figure out which options are available for the user in the HTML and replicate that in a form: http://pastebin.com/CnS4krqA
notthemessiah
at least when I posted to create a new /session
WhereIsMySpoon
notthemessiah: you need to run a node as well as a hub
Petre
the problem is I can't seem to find a way of retrieving all of the properties available to the user in a sensical way.
Each of the properties has a description (the display value) the actual value and more often than not a help value as well
take for example the div that follows the label with for="httpmethod_"
there's a data-helptext which I'd like to grab, an input with name="httpmethod_" and value=GET, another with value=POST and another with value=HEAD, and then there's the "description", which is the text inside the label immediately following the inputs described above