| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 11 months |
| seen | Jan 25 at 16:07 | |
| stats | profile views | 1 |
|
Jun 29 |
comment |
Question: C# Selenium: Read rows from html table until the last row is found, and Store in array @user246: You mean in FireBUG search? I was actually able to view source the webpage, and save it, and open with firefox. Then use firebug to get xpath of the links in the rows and columns. Which gave me xpaths like: /html/body/table/tbody/tr/td[2]/table/tbody/tr/td[4]/font/a |
|
Jun 29 |
comment |
Question: C# Selenium: Read rows from html table until the last row is found, and Store in array @user246: unfortunately, I cannot use the awesome firebug because this webpage is not compatible with firefox. Do you know any tool in IE to get xpaths? |
|
Jun 29 |
comment |
Question: C# Selenium: Read rows from html table until the last row is found, and Store in array @user246: Thanks for your response. I tried what you suggested, but it is still not working. This time, I added a quick watch for int se = (int) Sel.GetXpathCount("//a[@class='wlcategoryLinkBold'][@href]"), and the value it shows me is 0. :( |