Skip to content

Commit acda9ce

Browse files
Add AI and Captcha sections to action value documentation
1 parent f60fbca commit acda9ce

File tree

8 files changed

+62
-2
lines changed

8 files changed

+62
-2
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
2+
---
3+
layout: docs
4+
title: AI [PRO Feature]
5+
description: Generate AI content
6+
group: action-value
7+
toc: true
8+
---
9+
10+
{{<img openai.png>}}
11+
12+
<table class="table">
13+
<thead>
14+
<tr>
15+
<th scope="col">openai::</th>
16+
<th scope="col">Description</th>
17+
</tr>
18+
</thead>
19+
<tbody>
20+
<tr>
21+
<th scope="row">openai::your prompt</th>
22+
<td>Write a compelling and professional bio about myself. My name is Dharmesh, and I am a senior software engineer with over 13 years of experience in designing, architecting, and developing scalable web applications. I specialize in building intuitive and responsive interfaces using modern frameworks like ReactJS and have expertise in monorepos, functional components, and design systems. I am also the developer of the popular Chrome extension 'Auto Clicker AutoFill,' which has over 200,000 users worldwide. Additionally, I provide independent personal services and have experience in AI-based development, including Python for Data Science. I am passionate about innovation, continuous learning, and delivering impactful solutions. Craft a well-structured bio that highlights my expertise, accomplishments, and vision.</td>
23+
</tr>
24+
</tbody>
25+
</table>
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
2+
---
3+
layout: docs
4+
title: Captcha [PRO Feature]
5+
description: Resolve image captcha using AI
6+
group: action-value
7+
toc: true
8+
---
9+
### Captcha Problem
10+
{{<img captcha-image.png>}}
11+
12+
### Captcha HTML with Inspect
13+
{{<img captcha-html.png>}}
14+
15+
### Captcha Configuration
16+
{{<img captcha-config.png>}}
17+
18+
<table class="table">
19+
<thead>
20+
<tr>
21+
<th scope="col">Image::</th>
22+
<th scope="col">Element Finder of the image contains captcha</th>
23+
</tr>
24+
</thead>
25+
<tbody>
26+
<tr>
27+
<th scope="row">Image:://img[@class="captcha-img"]</th>
28+
<td>This will capture the image content and send to vision AI of and resolve the image into text and it will get filled in the element finder of action</td>
29+
</tr>
30+
</tbody>
31+
</table>

site/content/docs/4.x/action-value/overview.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ toc: true
77
---
88

99
Use below value specific command to advance your configuration
10+
- [AI]({{<docsref "/action-value/ai">}})
11+
- [Captcha]({{<docsref "/action-value/captcha">}})
1012
- [Google Sheets]({{<docsref "/action-value/google-sheets">}})
1113
- [Append]({{<docsref "/action-value/append">}})
1214
- [Prepend]({{<docsref "/action-value/prepend">}})
@@ -26,4 +28,4 @@ Use below value specific command to advance your configuration
2628
- [Location Command]({{<docsref "/action-value/location-command">}})
2729
- [Window Command]({{<docsref "/action-value/window-command">}})
2830
- [Batch Repeat]({{<docsref "/action-value/batch-repeat">}})
29-
- [Function]({{<docsref "/action-value/function">}})
31+
- [Function]({{<docsref "/action-value/function">}})

site/data/sidebar.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
- title: Action Value
5454
pages:
5555
- title: Overview
56+
- title: AI
57+
- title: Captcha
5658
- title: Google Sheets
5759
- title: Append
5860
- title: Prepend
@@ -74,7 +76,7 @@
7476
- title: Window Command
7577
- title: Batch Repeat
7678
- title: Function
77-
79+
7880
- title: Addon
7981
pages:
8082
- title: Overview
Loading
Loading
Loading
162 KB
Loading

0 commit comments

Comments
 (0)