Hello, looking for a tip. I'm testing a site with iframes. The base structure is like this (pastebin.com/a3SnhKMq) in chrome console if I use the following xpath "//iframe" i got a list with the 4 iframe. BUT on selenium if I try findElements(By.xpath("//iframe")) I got a list with 4 elements in it but the last iframe is actually empty... any sugge
stion on what the problem could be or a lead into what you think could be happening?or how to search info on this?
bbarke joined the channel
errant_rider joined the channel
octomeow
maybe it takes more time to load?
jholsgrove has quit
jholsgrove joined the channel
maxtopo
Im using the intranet version of the site so it loads almost instantly I have set from 1 to 4 or 5 minutes of wait and I can see it and use the chron console on it before the wait is over, but selenium just brings an empty element that it found using that xpath, im confused and cant find someone with a similar problem on the internet :(
octomeow
hmm...
let me check
nah, see all 4 normally
tony3 joined the channel
tony4 joined the channel
tony3 has quit
maxtopo
:/ buu... maybe there is something odd on the site, the xpath is as simple as it gets...
leaving a picture maybe someone has an idea (http://prntscr.com/7al6xf) I log the name of each frame to know where im going, but the last one does not even know it's own name "THE 'IFRAME' tag: " and nothing more. Well, thank you octomeow tomorrow I will check with the TL of my team
mach6 has quit
admc joined the channel
admc has quit
swampdragons joined the channel
swampdragons has quit
swampdragons joined the channel
cmcgraw has quit
Padawan-away is now known as Padawan
swampdragons has quit
nofacade joined the channel
swampdragons joined the channel
dude-x joined the channel
gabecase has quit
WE1LS joined the channel
nofacade has quit
nirvdrum has quit
WE1LS has quit
tony4 has quit
Padawan has quit
Padawan joined the channel
sambuddhabasu1
element.click doesnt seem to work on Safari
any helps with that?
it works perfectly well for Chrome and Firefox
the link has a "target"= "_blank"
does this make any difference?
swampdragons has quit
swampdragons joined the channel
swampdragons has left the channel
errant_rider has quit
errant_rider joined the channel
errant_rider has quit
gabecase joined the channel
rananda joined the channel
Sudhansu joined the channel
rananda has quit
rananda joined the channel
merobertsjr__ has quit
nirvdrum joined the channel
nirvdrum has quit
rananda has quit
rananda joined the channel
gabecase has quit
kggr has quit
Trauty joined the channel
swampdragons joined the channel
swampdragons has quit
michl68 joined the channel
p0deje joined the channel
smccarthy has quit
Rollup joined the channel
SitamJana joined the channel
bbarke has quit
Rollup has quit
kggr joined the channel
user__ joined the channel
Rollup joined the channel
user__
anyone know how to delete text from textbox?
i am using type but when hit submit browser still send old value
:(
barancev
.clear()
user__
sorry no question, how to add clear() if am using selenium IDE?
*nob
Rollup has quit
barancev
in SeIDE type command should clear the old value
user__
the value has been cleared from text field
but when i run click and from developer tools i saw browser still send old value
should be empty
barancev
it must be a feature of your web app
user__
but if i type manualy from browser, browser send empty value
Rollup joined the channel
Rollup has quit
user_ joined the channel
rorycb joined the channel
user__ has quit
user_ has quit
Rollup joined the channel
rorycb has quit
fabrice31 joined the channel
ulmi joined the channel
neeti joined the channel
jholsgrove has quit
epteixeira joined the channel
arex\work has quit
epteixeira has quit
zeljkof-away is now known as zeljkof
jkrocil joined the channel
cristi joined the channel
Trauty has quit
Selenium-Github
[13selenium] 15barancev pushed 3 new commits to 06master: 02http://git.io/vk4kH
13selenium/06master 147510ff9 15Alexei Barantsev: server: Catching more specific exception and improving the warning message
13selenium/06master 14c053c80 15Alexei Barantsev: server: Improving help message if -role option value is not recognized
13selenium/06master 1412a9660 15Alexei Barantsev: server: Separating help messages for various server roles
fabrice31_ joined the channel
fabrice31 has quit
NOTICE: Yippee, build fixed!
NOTICE: Project Build All Java build #6048: FIXED in 12 min: http://ci.seleniumhq.org:8080/job/Build%20All%20Java/6048/
barancev
well, I'm going to rewrite command like option parsing totally
NOTICE: Project Firefox 31 XP Javascript Tests build #1436: UNSTABLE in 38 min: http://ci.seleniumhq.org:8080/job/Firefox%2031%20XP%20Javascript%20Tests/1436/
fabrice31_ joined the channel
Rollup joined the channel
Hestil joined the channel
fabrice31 has quit
fabrice31_ has quit
fabrice31 joined the channel
zeljkof is now known as zeljkof-away
epteixeira1 joined the channel
epteixeira joined the channel
Hestil has quit
epteixeira1 has left the channel
Rollup has quit
Rollup joined the channel
fabrice31 has quit
rorycb joined the channel
Tony joined the channel
jholsgrove joined the channel
Tony
Can some one point me to documentation that will enable me to run one test across multiple instances of the same browser? for example i want to run my web driver test, its already pointing to my hub, to which i have a node registered on, atm i have it running on firefox one time, i want it to run on 5 instances of firefox at the same time, is that