diff --git a/README.md b/README.md index 20c1f7b..72489b8 100644 --- a/README.md +++ b/README.md @@ -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.