An open API service indexing awesome lists of open source software.

https://github.com/cerberus/wdio-chrome

WebDriverIO v9 example with chrome & Demonstration for Browser Automation Challenge event (5_button)
https://github.com/cerberus/wdio-chrome

chrome typescript webdriverio

Last synced: about 2 months ago
JSON representation

WebDriverIO v9 example with chrome & Demonstration for Browser Automation Challenge event (5_button)

Awesome Lists containing this project

README

          

### wdio-chrome

An example project of [WebDriverIO](https://webdriver.io/) (v9)

#### Install

```
yarn
```

#### Development test

```
yarn wdio --watch
```

#### Call Gemini

Clone template to `.env` file & insert `API_KEY`.

```
cp .env.template .env
```