| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 11 months |
| seen | Jan 25 at 16:07 | |
| stats | profile views | 1 |
|
Apr 13 |
awarded | Popular Question |
|
Jul 5 |
awarded | Student |
|
Jun 30 |
awarded | Scholar |
|
Jun 30 |
accepted | Question: C# Selenium: Read rows from html table until the last row is found, and Store in array |
|
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 |
revised |
Question: C# Selenium: Read rows from html table until the last row is found, and Store in array added 1269 characters in body |
|
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 |
revised |
Question: C# Selenium: Read rows from html table until the last row is found, and Store in array added 17 characters in body |
|
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. :( |
|
Jun 29 |
awarded | Editor |
|
Jun 29 |
revised |
Question: C# Selenium: Read rows from html table until the last row is found, and Store in array added 357 characters in body; edited title |
|
Jun 28 |
asked | Question: C# Selenium: Read rows from html table until the last row is found, and Store in array |