Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Suggestion request for scrapping html table
Post: RE: Suggestion request for scrapping html table

----snip----- driver.get("https://website/list.php"); num_rows = 0 num_cols = 0 num_rows = len(driver.find_elements(By.XPATH,'/html/body/form/div[4]/div/table/tbody/tr')) num_cols = len(driver.find_e...
Vkkindia Web Scraping & Web Development 3 2,137 Dec-06-2021, 03:15 PM
    Thread: Suggestion request for scrapping html table
Post: Suggestion request for scrapping html table

Hi, I am struggling to scrap a html table. When the date is selected if there is data, the table will be displayed, i am scrapping it using the xpath table I'd and no issues with this. But if the s...
Vkkindia Web Scraping & Web Development 3 2,137 Dec-06-2021, 03:17 AM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020