I’m making an attempt to entry the desk row information which is beneath the desk physique.
Following is my HTML:
Affected person Affirmation Notifications
**
**
I solely need to get the data-id worth of the desk row. I'm utilizing the CSS Extractor however not capable of entry that data-id worth. I additionally tried with different extractors however not capable of entry the identical.
Thanks, @Dmitri T however the id worth is dynamic. I imply to say is that If I delete this id and create a brand new document, in that case, the worth of it is going to be totally different. entry that id dynamically?CommentedOct 30, 2018 at 9:38
If solely 49 is dynamic you'll be able to amend the expression to search for row ids which begin withconfirmationNotification, on this case the Selector can be tr[id^=confirmationNotification]CommentedOct 30, 2018 at 9:47
It's not working displaying match rely 0.CommentedOct 30, 2018 at 9:54
I can't assist with out seeing the way you configured JMeter, for me it works wonderful, I used Dummy Sampler to reply with the info you offered and the View Outcomes Tree listener to visualise the results of the CSS selectorCommentedOct 30, 2018 at 10:28
49
is dynamic you'll be able to amend the expression to search for row ids which begin withconfirmationNotification
, on this case the Selector can betr[id^=confirmationNotification]
Commented Oct 30, 2018 at 9:47