The first table gets scraped twice differently in a loop using selenium
Scraping data from collapsable tables using selenium, there are two tables where the structure differs: there are rows inside another tr. I want to access tds by index. However, this code first outputs those tables fully, then thrice the indices.
Web scraping with selenium and having trouble clicking on links
I’m using selenium to web scrape from this website because it gets blocked when I use beautiful soup. The link that I want to click is highlighted in the screenshot, and its html code is highlighted on the right when I inspect element. I copied the xpath for that part of the html code. But then when I try to click the link using link.click() it says that I can’t do it because it is a ‘list’ object. I also can’t print it or do anything else with it like .get_attribute(‘href’). Please let me know if you have any advice for fixing this specific issue or if I should go about it another way!
Incorrect values after scraping a website, how do I fix it?
I am scraping a job website with selenium and I am getting incorrect values when it comes to salary. All other values are correct, just a mix up with the salary.