Re: Accessing DOM using JMeter

2012-03-29 Thread Shmuel Krakower
; In javascript we have 'document.getElementById("id")' > > Using this we can extract the elements using their ids. > Similarly is there any way in JMeter to achieve this? > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Accessing-DOM-u

Re: Accessing DOM using JMeter

2012-03-29 Thread Bruce Ide
e 'document.getElementById("id")' > > > > Using this we can extract the elements using their ids. > > Similarly is there any way in JMeter to achieve this? > > > > -- > > View this message in context: >

Re: Accessing DOM using JMeter

2012-03-29 Thread Shay Ginsbourg
'document.getElementById("id")' > > Using this we can extract the elements using their ids. > Similarly is there any way in JMeter to achieve this? > > -- > View this message in context: > http://jmeter.512774.n5.nabble.com/Accessing-DOM-using-JMeter-tp56002

Re: Accessing DOM using JMeter

2012-03-29 Thread vineeth
View this message in context: http://jmeter.512774.n5.nabble.com/Accessing-DOM-using-JMeter-tp5600242p5603032.html Sent from the JMeter - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-unsubscr...@j

Re: Accessing DOM using JMeter

2012-03-28 Thread Shmuel Krakower
://jmeter.512774.n5.nabble.com/Accessing-DOM-using-JMeter-tp5600242p5600242.html > Sent from the JMeter - User mailing list archive at Nabble.com. > > - > To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org

Re: Accessing DOM using JMeter

2012-03-28 Thread Bruce Ide
I usually use the Xpath post-processor. Just add one to any sampler query that returns XML or HTML for Xpathy goodness. Be sure to click "use tidy" if it's HTML, though. -- Bruce Ide flyingrhenqu...@gmail.com

Accessing DOM using JMeter

2012-03-28 Thread vineeth
Hi How can we access DOM elements and build custom name value pairs in JMeter? Thanks in Advance Vineeth -- View this message in context: http://jmeter.512774.n5.nabble.com/Accessing-DOM-using-JMeter-tp5600242p5600242.html Sent from the JMeter - User mailing list archive at Nabble.com