You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository showcases the use of **BrowserStack's AI Authoring Agent** for web automation using TestNG. The key feature is the ability to write test steps in **Natural Language (Plain English)**, moving away from explicit Selenium locators and actions.
9
+
This repository showcases the use of **BrowserStack's Cross-Device Automation Agent** for web automation using TestNG and Selenium. The key feature is the ability to write test steps in **Natural Language (Plain English)**, moving away from explicit Selenium locators and actions.
10
10
11
11
It contains a demo script:
12
12
***`BstackAIAuthoring.java`**: Runs complex test objectives (like selecting a product in a specific price range or navigating to a quote page) using simple English commands.
@@ -21,7 +21,7 @@ It contains a demo script:
21
21
// Example Objective: Find Google Pixel 3 phone on the website and add 5 of them to the cart
22
22
jse.executeScript("browserstack_executor: {\"action\": \"ai\", \"arguments\": [\" Click on the Google button and Add 5 Pixel 3 phones to cart\"]}");
23
23
```
24
-
3.**Execution:**TheBrowserStackAIAgent intercepts this command, interprets the natural language, and executes the equivalent low-level Selenium actions on the target web page.
24
+
3.**Execution:**TheBrowserStackCross-DeviceAutomationAgent intercepts this command, interprets the natural language, and executes the equivalent low-level Selenium actions on the target web page.
25
25
26
26
---
27
27
@@ -79,3 +79,7 @@ Understand how many parallel sessions you need by using our [Parallel Test Calcu
79
79
80
80
*You can view your test results on the [BrowserStackAutomate dashboard](https://www.browserstack.com/automate).
81
81
*For detailed documentation on general Selenium and Java setup with BrowserStackAutomate, please refer to the [official documentation](https://www.browserstack.com/docs/automate/selenium?fw-lang=java).
82
+
83
+
## GettingHelp
84
+
85
+
If you are running into any issues or have any queries, please check [BrowserstackSupport page](https://www.browserstack.com/support/automate) or [get in touch with us](https://www.browserstack.com/contact?ref=help).
0 commit comments