From baddd7741e5bab7053f689a8e51c400dd3dd8141 Mon Sep 17 00:00:00 2001 From: amunaadh Date: Thu, 15 Oct 2020 10:18:47 +0545 Subject: [PATCH] ReadMe file edited Co-authored-by: Swikriti Tripathi --- test/acceptance/README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/test/acceptance/README.md b/test/acceptance/README.md index cf97408be7f..5a5ace76d93 100644 --- a/test/acceptance/README.md +++ b/test/acceptance/README.md @@ -4,9 +4,19 @@ Selenium has been used for automating the browser. -We can run selenium by two ways: +[Download](https://www.selenium.dev/downloads/) the `latest stable version` of the `Selenium standalone server JAR file`. -* Usually, for running tests using selenium we download `selenium standalone server JAR file` and `chrome driver` and start selenium server with a command which usually looks like: +Also [download](https://chromedriver.chromium.org/downloads) the `latest stable version` of `Chrome Driver`. + +Once you have downloaded Chrome Driver, you need to unzip it by running the following command: + + `unzip chromedriver_linux64.zip` + +Once you have unzipped it, you need to move the chromedriver(shared library) and place it inside the same folder where you have placed the Selenium standalone server file. + +Now we can run selenium by two ways: + +* Start selenium server with a command which usually looks like: `java -jar selenium-server-standalone-.jar -port `