Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-popov-tech committed Mar 5, 2020
1 parent e4acfae commit be47373
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,22 +20,22 @@ Selenoid and browser drivers for your Selenium tests.

## FAQ

#### What is Selenoid ?
### What is Selenoid ?

[Selenoid](https://aerokube.com/selenoid/) is a much better replacement for [Selenium server](https://www.selenium.dev/documentation/en/grid/).

#### So this is Selenoid in NodeJS ?
### So this is Selenoid written in NodeJS ?

No. This is more like selenoid manager, which helps you to setup and run your local Selenoid in ~15s having just NodeJS installed.
This is more like selenoid manager, which helps you to setup and run your local Selenoid in ~15s having just NodeJS installed.

#### I'm using [webdriver-manager](https://www.npmjs.com/package/webdriver-manager) and pretty happy with it, why do I need this package?
### I'm using [webdriver-manager](https://www.npmjs.com/package/webdriver-manager) and pretty happy with it, why do I need this package?

1. This package using [Selenoid](https://aerokube.com/selenoid/) instead of [Selenium server](https://www.selenium.dev/documentation/en/grid/) - so all the performance and feature
benefits of Selenoid are only here.
2. You *do not* need Java installed.
3. This project is ~10x time smaller (actually if count only ts/js files ~20x) than [webdriver-manager](https://www.npmjs.com/package/webdriver-manager) (it's about ~200 lines of plain js code).
3. This project is ~10x time smaller (actually if count only ts/js files ~20x) than webdriver-manager (it's about ~200 lines of plain js code).

#### Okay, what exactly this 'manager' is doing ?
### Okay, what exactly this 'manager' is doing ?

1. Downloads latest browser binaries for your platform and arch.
2. Downloads latest Selenoid binary for your platform and arch.
Expand Down

0 comments on commit be47373

Please sign in to comment.