When running the script, Selenium fails to locate certain elements using the provided XPath selectors, resulting in NoSuchElementException errors. This issue likely arises due to changes in Crunchbase's website structure or incorrect XPath expressions.
Steps to Reproduce:
- Clone the repository and install all dependencies.
- Run python script_name.py.
- Observe the error messages in the console indicating missing elements.
Expected Behavior: The script should successfully locate and extract all required elements from each funding round entry.
Actual Behavior: Selenium throws NoSuchElementException for elements like grid-cell[2]/div/field-formatter/identifier-formatter/a and others.
When running the script, Selenium fails to locate certain elements using the provided XPath selectors, resulting in NoSuchElementException errors. This issue likely arises due to changes in Crunchbase's website structure or incorrect XPath expressions.
Steps to Reproduce:
Expected Behavior: The script should successfully locate and extract all required elements from each funding round entry.
Actual Behavior: Selenium throws NoSuchElementException for elements like grid-cell[2]/div/field-formatter/identifier-formatter/a and others.