> For the complete documentation index, see [llms.txt](https://docs.precisiontestautomation.in/scriptlessautomation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.precisiontestautomation.in/scriptlessautomation/automation-demo.md).

# Automation Demo

### Introduction

{% embed url="<https://youtu.be/S1Il2Ek9dZk>" %}
Introduction To Scriptless Automation
{% endembed %}

{% tabs %}
{% tab title="Web Demo Automation" %}

### Setup Web Automation and Load Web Page

{% embed url="<https://youtu.be/Q2LJMTQETzU>" %}
Setup and Load\_Url action
{% endembed %}

### Action: CLICK and Validation: EQUAL\_IGNORE&#x20;

{% embed url="<https://youtu.be/X7RBAiojoeo>" %}

### Action: SEND\_KEYS, DEPENDENT\_TEST\_CASE and Validation: IS\_DISPLAY

{% embed url="<https://youtu.be/SgxgHDhD2d4>" %}

### **WAIT\_INVISIBILITY Action and IS\_NOT\_DISPLAY Validation**

{% embed url="<https://youtu.be/MmlHqld809w>" %}

### Creating and Loading URL in a New Tab

{% embed url="<https://youtu.be/ME8r61nm0Sg>" %}

**Web Automation: Generate and Use Random Email Addresses with Scriptless Automation**

{% embed url="<https://youtu.be/lo4fSsPLZgk>" %}

**Web Automation: Using FETCH\_RANDOM\_EMAIL\_BODY for Dynamic Email Automation**

{% embed url="<https://youtu.be/sT-51oV4EDM>" %}

**Web Automation: Implementing DEPENDANT\_TEST\_CASE for Seamless Automation**

{% embed url="<https://youtu.be/4BrNf_gDF-Y>" %}

**Web Automation: Mastering SELECT\_BY\_VALUE, SELECT\_BY\_INDEX, and SELECT\_BY\_TEXT Actions**

{% embed url="<https://youtu.be/nuiPNpnzHPc>" %}

**Web Automation: Mastering DESELECT\_BY\_VALUE, DESELECT\_BY\_INDEX, and DESELECT\_BY\_TEXT Actions**

{% embed url="<https://youtu.be/uK-laVOgJZg>" %}

**Web Automation: Mastering ALERT Actions – WAIT\_FOR\_ALERT, ALERT\_DISMISS, ALERT\_ACCEPT, and More**

{% embed url="<https://youtu.be/-3qIYZpNWcA>" %}
{% endtab %}

{% tab title="Api Demo Automation" %}

{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.precisiontestautomation.in/scriptlessautomation/automation-demo.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
