we have a bunch of "rescue not clickable error, do something about it and retry" handlers
alan-baird-sl has quit
p0deje has quit
p0deje joined the channel
luke-sl
haha, thanks to both, i've got some workable snippets now. Got it down to 2/3 lines. Just means it's cleaner than before. p0deje, yes the element is a child of this, but the class is found on the child element (Technically, grand-child).
p0deje has quit
WhereIsMySpoon
use xpath, grab the grandchild and use /../..
marconavarro[m] has quit
Cani has quit
roelmonnens joined the channel
that was almost a disaster
almost lost a fox’s cream biscuit in my tea
roelmonnens has quit
marconavarro[m] joined the channel
luke-sl
haha :) Yeh I don't wanna get into xpath vs css debate as I know enough but not uber uber loads.
it would drink the tea nearly. it's like a hobnob
WhereIsMySpoon
luke-sl: i spooned the biscuit out and ate it
luke-sl: xpath has its uses, simple as
for most location, use css
xpath is useful for traversal based location and text-based location
thats the long and short of it :)
p0deje joined the channel
dipesh-sl has quit
Cani joined the channel
WhereIsMySpoon has quit
duderonomy joined the channel
sreyas joined the channel
ardesco-sl has quit
sreyas
Hi
I need Help to to use the same browser window in multiple classes using TestNG
can anyone assist me here on this?
p0deje has quit
sreyas has quit
luke-sl has quit
smccarth_ joined the channel
spacecadetbrown has quit
spacecadetbrown joined the channel
spacecadetbrown has quit
stryx` joined the channel
squeakytoy2_ joined the channel
squeakytoy2_ has left the channel
johnny56_ has quit
smccarthy joined the channel
jasonrobot joined the channel
spacecadetbrown joined the channel
user237 joined the channel
niQo has quit
user237
hi
eigenvalue joined the channel
simonstewart joined the channel
simonstewart has quit
user237 has quit
Ramon joined the channel
Ramon
Hello
Ramon is now known as Guest2961
Guest2961
helo
Guest2961 has quit
johnny56_ joined the channel
Staunch
salut
roelmonnens joined the channel
roelmonnens has quit
cannonball joined the channel
cannonball has quit
simonstewart joined the channel
smccarthy joined the channel
stryx` joined the channel
simonstewart
Greetings, folks
Selenium-Github
[13selenium] 15shs96c pushed 1 new commit to 06master: 02https://git.io/vQzJG
13selenium/06master 146e656b9 15Simon Stewart: Switch to Java 8 primitives rather than Guava ones.
hdi200-sl joined the channel
hdi200-sl
Hey Everyone really appreciate your help in the past I am trying to select a radio button, using this xpath ("driver.find_element_by_xpath(".//input...) but I keep getting "element is not visible"
simonstewart
Sounds like the element isn't visible
Is it?
jhughes-sl joined the channel
jhughes-sl
Also, does all of the radio button's have type="radio" Might have to find another selector than by type
hdi200-sl
It's the only type I could find
maybe there is an event listener on the button?
smccarthy joined the channel
jhughes-sl
If all of the radio buttons have type="radio" then it would try to select the first radio button on the page. That radio button could be hidden. Try to put your xpath into something like FirePath plugin for firefox and see if it selects multiple elements
If so you can try (.//input['@type=radio'])[1] Where 1 could be the index of the radio button you wish to click
hdi200-sl
Thank you will keep that in mind of the future! Just found this is easier to scrape from the mobile website! Thank you!
lukeis-sl joined the channel
Rialynn joined the channel
lukeis-sl
simonstewart: here’s my $50 sponsorship… now give me http status codes! ;)
simonstewart
Hang on. I'm sure I've got one around here somewhere
Oh yeah
Here it is
404
lukeis-sl
\o/
dude-x
did some one whinge about http status codes again?
lukeis-sl
no… just giving an example related to my reply to se-dev mailing list
simonstewart has quit
simonstewart: on another note… grid’s icon as a triangle makes no sense to me… would make more sense to be something like a tree, like one root node with 3 child nodes
dude-x
what about an octopus
lukeis-sl
too much like github then ;)
lukeis-sl enjoy’s bikeshedding with the best of them
This script helps me to automate the process of adding ads to a site. Here is the part which uploads image files from a json file (photofiles is an array in config.json). I want to store the photos in a subfolder.
Staunch has quit
NOTICE: SeleniumHQ/selenium#2356 (master - 6e656b9 : Simon Stewart): The build failed.