I am trying to perform a right click and select save image as option from right click menu.
I am using this code : driver.action.context_click(menu_area).send_keys(:arrow_down).send_keys(:arrow_down).send_keys(:enter).perform
Right click is happening
but arrow_down and enter is not happening.
What could be wrong?
Ardesco joined the channel
flwittmann joined the channel
anglisc has quit
Ardesco has quit
anglisc joined the channel
spacenom_ joined the channel
spacenomad has quit
Ardesco joined the channel
nonny_t joined the channel
Ardesco has quit
kggr has quit
kggr joined the channel
Stevesan joined the channel
Guest71973 is now known as vbernat
cristi joined the channel
qwebirc69126 joined the channel
arau88 joined the channel
qwebirc69126 has quit
dubner_ has quit
dubner joined the channel
drptbl joined the channel
WhereIsMySpoon has quit
WhereIsMySpoon joined the channel
WhereIsMySpoon has quit
WhereIsMySpoon joined the channel
arau88 has quit
qwebirc60719 joined the channel
qwebirc60719
Hi does any one know how memory allocation(like ram and all the hardware) is done in hub and nodes
first of all is any one here
mrmoje joined the channel
qwebirc12940 joined the channel
qwebirc12940
Join
qwebirc12940 has left the channel
mrmoje has quit
Machinista joined the channel
mrmoje joined the channel
RedAero joined the channel
davehunt joined the channel
ulmi joined the channel
mrmoje
Greetings! Anyone available for a webdriverjs + grid2 chat?
I'm having some trouble figuring out how to run my tests against all node/browsers in a grid i've just set up
eteixeira joined the channel
im under the (possibly false) assumption that passing hub url to the webdriver's builder is all that's needed to run tests against all registered browsers
but in my current case that results in tests getting executed on only one semmingly random browser in my grid setup. Any pointers?
sgsabbage
that's correct, your code will need to handle running your tests in parallel, you'll want to use DesiredCapabilities to say which browser you want
WhereIsMySpoon
once you're sending multiple tests all at once, then grid will organise sending them to different nodes