You have 10 open div tags and 1 close div. Either this isn't everything needed for the HTML you are trying to automate against, you are missing many of the close div tags or the HTML is invalid and you need to raise a defect about that before you can attempt to automate it.
On Monday, 20 May 2013 08:57:17 UTC-4, andy mondal wrote:
Hi , I am very new to selenium . I need some help on extracting all the Id`s with correspondent title(text)
Following is the HTML structure -
I need to get all the Unique ID case number with correspondent title(getText)
<div class="tiles roundBox module">
<div id="Temp-Content-case -180967" class="temp inner occurrence event">
<div class="information">
<div class="additionalInformation">
<div class="whatsOnBuy roundBox">
</div>
<div id="Temp-Content-case -585893" class="Temp inner event">
<div id="Temp-Content-case -182519" class="Temp inner revent">
<div id="Temp-Content-case -173449" class="Temp inner event">
<div id="Temp-Content-case -176115" class="Temp inner event">
<div id="Temp-Content-case -339047" class="Temp inner event">
Let me know if this information is enough.
Many Thanks in Advance !!