Can I get the text between " " using RSelenium?
<note day="12" month="11" year="2002"
to="Tove" from="Jani" heading="Reminder"
body="Don't forget me this weekend!">
</note>
For example: The "12" from the day attribute or the "11" from the month attribute.
Thank you!