{"id":18764474,"url":"https://github.com/theintern/leadfoot","last_synced_at":"2025-05-16T17:09:05.189Z","repository":{"id":17189347,"uuid":"19956896","full_name":"theintern/leadfoot","owner":"theintern","description":"A JavaScript client library that brings cross-platform consistency to the Selenium WebDriver API.","archived":false,"fork":false,"pushed_at":"2023-03-04T02:25:56.000Z","size":3791,"stargazers_count":170,"open_issues_count":14,"forks_count":24,"subscribers_count":15,"default_branch":"master","last_synced_at":"2025-04-03T16:13:47.332Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theintern.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-05-19T20:38:03.000Z","updated_at":"2023-06-26T14:42:30.000Z","dependencies_parsed_at":"2024-05-03T13:02:59.581Z","dependency_job_id":"ed0500c4-ac61-4f03-b60a-c53814778e6e","html_url":"https://github.com/theintern/leadfoot","commit_stats":null,"previous_names":[],"tags_count":76,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theintern%2Fleadfoot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theintern%2Fleadfoot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theintern%2Fleadfoot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theintern%2Fleadfoot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theintern","download_url":"https://codeload.github.com/theintern/leadfoot/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248597147,"owners_count":21130821,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-07T18:29:58.736Z","updated_at":"2025-04-12T16:35:31.702Z","avatar_url":"https://github.com/theintern.png","language":"TypeScript","funding_links":[],"categories":["Packages, libraries and scripts"],"sub_categories":[],"readme":"# Leadfoot\n\n\u003c!-- start-github-only --\u003e\n\nA JavaScript client library that brings cross-platform consistency to the\nSelenium WebDriver API\n\n[![Build Status](https://github.com/theintern/leadfoot/actions/workflows/ci.yml/badge.svg)](https://github.com/theintern/leadfoot/actions/workflows/ci.yml)\n[![npm version](https://badge.fury.io/js/leadfoot.svg)](https://badge.fury.io/js/leadfoot)\n[![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/theintern/leadfoot.svg)](http://isitmaintained.com/project/theintern/leadfoot 'Average time to resolve an issue')\n[![Percentage of issues still open](http://isitmaintained.com/badge/open/theintern/leadfoot.svg)](http://isitmaintained.com/project/theintern/leadfoot 'Percentage of issues still open')\n\n\u003cbr\u003e\u003cp align=\"center\"\u003e\u003cimg src=\"https://cdn.rawgit.com/theintern/leadfoot/master/docs/logo.svg\" alt=\"Leadfoot logo\" height=\"128\"\u003e\u003c/p\u003e\u003cbr\u003e\n\n\u003c!-- end-github-only --\u003e\n\n[![Intern](https://theintern.io/images/intern-v4.svg)](https://github.com/theintern/intern/)\n\nUnlike existing WebDriver client libraries that assume the remote server will\njust do the Right Thing, Leadfoot detects and works around inconsistencies in\nWebDriver server implementations, using native WebDriver/Selenium commands when\npossible, so you can just worry about making your tests work—not bugs in\nWebDriver servers.\n\nEnhanced capabilities are also exposed to end-users about which features and\nAPIs a remote environment supports, so you don’t have to browser sniff to decide\nwhether (for example) you’re testing a touch-device or a mouse-device. Optional\nconvenience methods are also available for use, and support for chai-as-promised\nis built in.\n\nLeadfoot has been tested with the following remote drivers:\n\n- InternetExplorerDriver\n- Microsoft WebDriver\n- FirefoxDriver\n- geckodriver\n- ChromeDriver\n- SafariDriver\n- safaridriver (native)\n- Selendroid\n- ios-driver\n\n## Using Leadfoot\n\nLeadfoot can be installed and used as a\n[stand-alone library](docs/how_to.md#use-leadfoot-as-a-standalone-library). It\nis also an integral part of the\n[Intern testing framework](https://theintern.io), which provides you with all of\nthe tools you need to write robust unit and functional tests. Follow the\ninstructions on\n[writing functional tests with Intern](https://theintern.io/docs.html#Intern/4/docs/docs%2Fwriting_tests.md/functional-tests)\nto learn how to use Leadfoot with Intern.\n\n## Firefox, Safari, and Edge\n\nFirefox 49+, Safari 10+, and Microsoft Edge are all on the bleeding edge of\nWebDriver-based browser automation. They all use relatively new drivers that\nimplement the still-under-development W3C WebDriver standard, so feature support\nis spotty at times. For best results, use the most recent versions of Selenium\nand the browser’s native driver (geckodriver, Microsoft WebDriver, or\nsafaridriver), and the most recent browser version in Firefox’s case.\n\n## More information\n\n- [Architecture](docs/architecture.md) — An overview of Leadfoot’s architecture\n- [How To](docs/how_to.md) — Quick answers to common questions\n- [API documentation](https://theintern.io/docs.html#Leadfoot/2/api/Command)\n\n\u003c!-- start-github-only --\u003e\n\n## License\n\nLeadfoot is a JS Foundation project offered under the [New BSD](LICENSE)\nlicense.\n\n© [SitePen, Inc.](https://sitepen.com) and its\n[contributors](https://github.com/theintern/leadfoot/graphs/contributors)\n\n\u003c!-- end-github-only --\u003e\n\n\u003c!-- doc-viewer-config\n{\n    \"api\": \"docs/api.json\",\n    \"pages\": [\n        \"docs/architecture.md\",\n        \"docs/how_to.md\"\n    ]\n}\n--\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheintern%2Fleadfoot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheintern%2Fleadfoot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheintern%2Fleadfoot/lists"}