From fe65739d1964bf395e17d21dc44fdd9078e37b5a Mon Sep 17 00:00:00 2001 From: Sameeksha Sahib Date: Fri, 11 Oct 2019 17:00:38 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14010cd..e142ea2 100755 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Setup: 6. Download Gecko driver: https://github.com/mozilla/geckodriver/releases and keep the .exe in the project folder. 7. Download Opera driver: https://github.com/operasoftware/operachromiumdriver/releases and keep the opera driver folder in the project folder -Note: On windows folder path contains "\" and on Mac folder path contains "/". -Therefore, change slashes according to our machine in files in folder utility: ExcelExportAndFileIO.java, Screenshot.java +Note: On windows folder path contains "\\" and on Mac folder path contains "/". +Therefore, change slashes according to your machine in files in folder utility: ExcelExportAndFileIO.java, Screenshot.java Platform.java 8. Run .xml files as TestNG and see test output.