We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71fab8b commit fe65739Copy full SHA for fe65739
1 file changed
README.md
@@ -11,8 +11,8 @@ Setup:
11
6. Download Gecko driver: https://github.com/mozilla/geckodriver/releases and keep the .exe in the project folder.
12
7. Download Opera driver: https://github.com/operasoftware/operachromiumdriver/releases and keep the opera driver folder in the project folder
13
14
-Note: On windows folder path contains "\" and on Mac folder path contains "/".
15
-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
16
Platform.java
17
18
8. Run .xml files as TestNG and see test output.
0 commit comments