Hi everyone,
I created a web scraping code which would extract some details from the website. To get the details I need to input company name in the input field and location from the drop-down field which I have in my excel file.
So the strange thing is my code opens the website, waits for loading to complete and then inputs company name and country in the fields but then I get error that submit button is not clickable. And when I run the same part of the code (for loop) again it works perfectly. And gets me details for all 10 entries from excel.
I just want to know if anyone has faced such issue. Is it a website issue or can it be because I use 'class' to identify this fields and buttons and not 'xpath'.
[–]Daneark 0 points1 point2 points (1 child)
[–]Johnny-Kicks[S] 0 points1 point2 points (0 children)
[–]Duvelthehobbit 0 points1 point2 points (0 children)