Giter Site home page Giter Site logo

Comments (2)

kingwongf avatar kingwongf commented on August 24, 2024

Same issue here,

`
Traceback (most recent call last):
File "main.py", line 500, in
main()
File "main.py", line 462, in main
sign_in()
File "main.py", line 408, in sign_in
submit_btn.click()
File "/Users/kingf.wong/.conda/envs/FinanceML/lib/python3.7/site-packages/selenium/webdriver/remote/webelement.py", line 80, in click
self._execute(Command.CLICK_ELEMENT)
File "/Users/kingf.wong/.conda/envs/FinanceML/lib/python3.7/site-packages/selenium/webdriver/remote/webelement.py", line 633, in _execute
return self._parent.execute(command, params)
File "/Users/kingf.wong/.conda/envs/FinanceML/lib/python3.7/site-packages/selenium/webdriver/remote/webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "/Users/kingf.wong/.conda/envs/FinanceML/lib/python3.7/site-packages/selenium/webdriver/remote/errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.ElementClickInterceptedException: Message: element click intercepted: Element ... is not clickable at point (400, 488). Other element would receive the click:

...


(Session info: headless chrome=85.0.4183.102)

`

from glassdoor-review-scraper.

DustinTheGreat avatar DustinTheGreat commented on August 24, 2024

pretty sure predefining window size would fix it. Could you try adding the configurations, it should look similar to something like this. Let me know if this worked so I can make a pull request.

chromeOptions: {
    args: ['headless', 'window-size=1920,1080']
}

from glassdoor-review-scraper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.