Skip to content

Bug: Selenium Unable to Locate Elements Using Specified XPaths #1

Description

@jaisong123

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:

  1. Clone the repository and install all dependencies.
  2. Run python script_name.py.
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions