I'm very new to SEOTools and the genre in general, so please forgive my ignorance. I was able to scrape a lot of information from a site where the XPath had a certain format
//*[@id="ctl00_mainContent_rptScoreCard_ctl00_lnkHomePlayer1"]
, so I know I'm doing something right (like replacing the double quotes with single...).
But other data on the page has Xpaths in the format:
//*[@id='ctl00_mainContent_divScoreCard']/table[4]/tbody/tr/td[7]
come back with no data. I've been able to resolve some of my other problems, but I don't know where to even start on this one.
and I've been successful on player names and even that damn check mark for the winner, but I'm having problems on the date fields and score fields (e.g. 6-0, 6-2).
I appreciate any help. Thanks, NoLimpers.