Attached is a screenshot with a side by side of the web page I need to extract.
It looks like all the line item content is held inside the highlighted DIV tag under the ‘aaname’ property.
However, I am unsure how to properly point to this throughout each page and then properly parse thru the information to get the data.
So would it be better to pull the outer DIV tag content (which holds ALL line item content) or go thru each individual DIV tag to pull each line item.
Below is the selector for the outer DIV tag:
html app=‘chrome.exe’ title=‘Search Results | Providers’ /
<webctrl css-selector=‘body>div>section>div>div>div>div>div>div’ parentid=‘mainContent’ tag=‘DIV’ aaname=’ Nguyen, Laura Truc, MD Family Practice |*’ class=‘resultsWrapper’ isleaf=‘0’ parentclass=‘results’ title=‘Search Results | Providers’ /
Below is the selector for one of the inner DIV tags:
html app=‘chrome.exe’ title=‘Search Results | Providers’ /
webctrl css-selector=‘body>div>section>div>div>div>div>div>div>div’ parentid=‘mainContent’ tag=‘DIV’ aaname=‘Nguyen, Laura Truc, MDFamily Practice| *’
class=‘first’ isleaf=‘0’ parentclass=‘resultsWrapper’ title=‘Search Results | Providers’ />