c# - Selenium.NoSuchElementException with dynamic tables -
please me problem! at moment, scraping website using selenium firefox driver in c#. data on website dynamically filled tables cover data concerning future dates. while structure of table same both future , past dates, tables being updated during selenium call throw "nosuchelementexception" concerning iwebelements there. these relevant copied xpaths tables. 1 past date, on works fine, , 1 on future date, on exception thrown. can see, identical. xpath 18052015 /html/body/div[1]/div/div[2]/div[5]/div[1]/div/div[1]/div[2]/div[1]/div[7]/div[1]/table/tbody/ tr[1] / td[1] /div/a[2] xpath 05022016 /html/body/div[1]/div/div[2]/div[5]/div[1]/div/div[1]/div[2]/div[1]/div[7]/div[1]/table/tbody/ tr[1] / td[1] /div/a[2] using findelements(by.xpath(...)) function, use 2 foreach loops go through highlighted tr's , td's in xpath text in a[2] header. in both cases, dom in firefox firebug seems identical in both cases. difference have observed between 2 tables fact e...