Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ngoanh2n committed Aug 17, 2022
1 parent 8c48c37 commit 46ca22a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-blueviolet.svg)](https://opensource.org/licenses/MIT)

# WebDriverChecker
You are writing automation test scripts for multiple browsers such as:
- Chrome, Safari.. on PC
- Safari & native app on iOS
- Chrome & native app on Android

And somewhere, you have to check type of browser or platform to navigate your scripts.

Use WebDriverChecker to make it more convenient!

## Gradle Project
Add to `build.gradle`
```gradle
Expand Down

0 comments on commit 46ca22a

Please sign in to comment.