{"id":31588676,"url":"https://github.com/oieioi/selenium-webdriver-element-extend_click_again","last_synced_at":"2026-05-18T10:38:29.460Z","repository":{"id":56894794,"uuid":"197565256","full_name":"oieioi/selenium-webdriver-element-extend_click_again","owner":"oieioi","description":"🤖 Extends `Element#click` to avoid not clickable error.","archived":false,"fork":false,"pushed_at":"2019-07-22T07:23:26.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-16T23:29:26.051Z","etag":null,"topics":["rubygem","selenium","webdriver"],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/selenium-webdriver-element-extend_click_again","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/oieioi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-07-18T10:25:30.000Z","updated_at":"2019-11-22T04:57:36.000Z","dependencies_parsed_at":"2022-08-21T01:20:46.610Z","dependency_job_id":null,"html_url":"https://github.com/oieioi/selenium-webdriver-element-extend_click_again","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/oieioi/selenium-webdriver-element-extend_click_again","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oieioi%2Fselenium-webdriver-element-extend_click_again","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oieioi%2Fselenium-webdriver-element-extend_click_again/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oieioi%2Fselenium-webdriver-element-extend_click_again/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oieioi%2Fselenium-webdriver-element-extend_click_again/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oieioi","download_url":"https://codeload.github.com/oieioi/selenium-webdriver-element-extend_click_again/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oieioi%2Fselenium-webdriver-element-extend_click_again/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33175191,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T09:27:30.708Z","status":"ssl_error","status_checked_at":"2026-05-18T09:27:28.300Z","response_time":71,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["rubygem","selenium","webdriver"],"created_at":"2025-10-06T02:12:19.266Z","updated_at":"2026-05-18T10:38:29.422Z","avatar_url":"https://github.com/oieioi.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Selenium::WebDriver::Element::ExtendClickAgain\n\n`Selenium::WebDriver::Element#click` sometimes fails because the element is not clickable and other element receives the click:\n\n```\nElement \u003cbutton name=\"button\"\u003e...\u003c/button\u003e is not clickable at point (40, 881).\nOther element would receive the click: \u003cfooter\u003e...\u003c/footer\u003e\n```\n\nThis gem extends `click` to avoid that.  When `click` fails with `not clickable` error, this tries to center the element with executing JavaScript [`Element.scrollIntoView()`](https://developer.mozilla.org/docs/Web/API/Element/scrollIntoView) and click it again.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'selenium-webdriver-element-extend_click_again'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install selenium-webdriver-element-extend_click_again\n\n## Usage\n\n```ruby\nrequire 'selenium/webdriver/element/extend_click_again'\n```\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foieioi%2Fselenium-webdriver-element-extend_click_again","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foieioi%2Fselenium-webdriver-element-extend_click_again","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foieioi%2Fselenium-webdriver-element-extend_click_again/lists"}