common-intern icon indicating copy to clipboard operation
common-intern copied to clipboard

Error in greenhouse.io applications

Open abhigenie92 opened this issue 4 years ago • 0 comments

File "apply.py", line 163, in <module>
    greenhouse(driver)
  File "apply.py", line 54, in greenhouse
    driver.find_element_by_css_selector("[data-source='paste']").click()
  File "/Users/abhishek/anaconda3/lib/python3.7/site-packages/selenium/webdriver/remote/webelement.py", line 80, in click
    self._execute(Command.CLICK_ELEMENT)
  File "/Users/abhishek/anaconda3/lib/python3.7/site-packages/selenium/webdriver/remote/webelement.py", line 633, in _execute
    return self._parent.execute(command, params)
  File "/Users/abhishek/anaconda3/lib/python3.7/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
    self.error_handler.check_response(response)
  File "/Users/abhishek/anaconda3/lib/python3.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
    raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.WebDriverException: Message: unknown error: Element <a data-source="paste" href="#">...</a> is not clickable at point (468, 1277). Other element would receive the click: <div id="ui-id-7" tabindex="-1" class="ui-menu-item-wrapper">...</div>
  (Session info: chrome=78.0.3904.70)
  (Driver info: chromedriver=2.37.544337 (8c0344a12e552148c185f7d5117db1f28d6c9e85),platform=Mac OS X 10.15.1 x86_64)

Job url: https://boards.greenhouse.io/myasystems/jobs/4420681002

abhigenie92 avatar Nov 04 '19 04:11 abhigenie92