diff --git a/docs/accessibility-android-automation-test.md b/docs/accessibility-android-automation-test.md index 924a5d585..bc6888d3c 100644 --- a/docs/accessibility-android-automation-test.md +++ b/docs/accessibility-android-automation-test.md @@ -192,7 +192,7 @@ driver.execute_script("lambda-accessibility-scan") driver.quit() ``` -> For iOS accessibility tests make sure you to add this capability `g ` +> For iOS accessibility tests make sure you to add this capability `"iosLiveInteraction": True` ## Step 4: Execute and Monitor your Tests Run the following command in the directory where your project has been saved to execute your build. diff --git a/docs/testng-on-hyperexecute-grid.md b/docs/testng-on-hyperexecute-grid.md index 06abd7cfb..fb54b4395 100644 --- a/docs/testng-on-hyperexecute-grid.md +++ b/docs/testng-on-hyperexecute-grid.md @@ -76,7 +76,7 @@ From the project root directory, execute the below CLI command in your terminal: