Skip to content

Commit

Permalink
Merge pull request #25 from p4irin/feature/delete-installed-version
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
p4irin committed May 4, 2024
2 parents c757b04 + ce956ab commit 03c710f
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@

Install _Chrome for Testing_ assets. A flavor of Chrome, specifically for testing and a matching chromedriver. Currently, the version of assets installed is for _linux64_ platforms only.

## Requirements

To use Chrome for Testing assets you'll need a version of Selenium > 4.11.0

## Why Chrome for Testing?

Taken from [the Chrome Developers Blog](https://developer.chrome.com/blog/chrome-for-testing/)
Expand All @@ -29,6 +25,10 @@ Taken from [the Chrome Developers Blog](https://developer.chrome.com/blog/chrome
>
> ...finding a matching Chrome and ChromeDriver binary can be completely eliminated by integrating the ChromeDriver release process into the Chrome for Testing infrastructure.
## Requirements

To use Chrome for Testing assets you'll need a version of Selenium > 4.11.0

## Installation

### From PyPI
Expand Down Expand Up @@ -124,20 +124,21 @@ Version 117.0.5938.62 is the active version

```bash
(venv) $ c4t --help
usage: c4t [-h] [-V] {install,path,list,switch} ...
usage: c4t [-h] [-V] {install,path,list,switch,delete} ...

Install 'Chrome for Testing' assets.
Install 'Chrome for Testing' assets

options:
-h, --help show this help message and exit
-V, --version Show version and exit.

Commands:
{install,path,list,switch}
install Install a version of 'Chrome for Testing' assets.
path Show the installation path of assets and exit.
{install,path,list,switch,delete}
install Install a version of 'Chrome for Testing' assets
path Show the installation path of assets and exit
list List versions
switch Switch the active version.
switch Switch the active version
delete Delete an installed version

Reference: https://github.com/GoogleChromeLabs/chrome-for-testing
```
Expand Down

0 comments on commit 03c710f

Please sign in to comment.