Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakob-bagterp/homebrew-browserist
Homebrew tap formula for the 👩💻 Browserist extension for Selenium 👨💻
https://github.com/jakob-bagterp/homebrew-browserist
automation browser homebrew-tap python selenium selenium-python selenium-webdriver
Last synced: about 1 month ago
JSON representation
Homebrew tap formula for the 👩💻 Browserist extension for Selenium 👨💻
- Host: GitHub
- URL: https://github.com/jakob-bagterp/homebrew-browserist
- Owner: jakob-bagterp
- Created: 2022-02-09T00:09:31.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T15:54:30.000Z (3 months ago)
- Last Synced: 2024-08-28T17:36:53.266Z (3 months ago)
- Topics: automation, browser, homebrew-tap, python, selenium, selenium-python, selenium-webdriver
- Language: Ruby
- Homepage: http://jakob-bagterp.github.io/browserist/
- Size: 81.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
[![Latest version](https://img.shields.io/static/v1?label=version&message=1.6.19&color=yellowgreen)](https://github.com/jakob-bagterp/browserist/releases/latest)
[![Python 3.10 | 3.11 | 3.12 | 3.13+](https://img.shields.io/static/v1?label=python&message=3.10%20|%203.11%20|%203.12%20|%203.13%2B&color=blueviolet)](https://www.python.org)
[![Apache 2.0 license](https://img.shields.io/static/v1?label=license&message=Apache%202.0&color=blue)](https://github.com/jakob-bagterp/browserist/blob/master/LICENSE.md)
[![Codecov](https://codecov.io/gh/jakob-bagterp/browserist/branch/master/graph/badge.svg?token=1JL65T099J)](https://codecov.io/gh/jakob-bagterp/browserist)
[![CodeQL](https://github.com/jakob-bagterp/browserist/actions/workflows/codeql.yml/badge.svg)](https://github.com/jakob-bagterp/browserist/actions/workflows/codeql.yml)
[![Test](https://github.com/jakob-bagterp/browserist/actions/workflows/test.yml/badge.svg)](https://github.com/jakob-bagterp/browserist/actions/workflows/test.yml)
[![Downloads](https://static.pepy.tech/badge/browserist)](https://pepy.tech/project/browserist)# About
This repository is a Homebrew tap of 👩💻 [Browserist extension for Selenium](https://jakob-bagterp.github.io/browserist/) 👨💻.# How to Install
If you already have installed the [Homebrew](https://brew.sh) package manager for Mac and Linux, execute this terminal command to tap Timer for Python:```shell
brew tap jakob-bagterp/browserist
```And then install:
```shell
brew install browserist
```For other methods of installation and more information, go to the [project page](https://jakob-bagterp.github.io/browserist/).