Skip to content

Commit a797890

Browse files
Ezoic ads
1 parent 34b9d4a commit a797890

File tree

8 files changed

+655
-605
lines changed

8 files changed

+655
-605
lines changed

content/docs/3.x/action-value/clipboard.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ To enable the functionality, our extension requires clipboard permission for spe
6464
</tbody>
6565
</table>
6666

67+
<!-- Ezoic - ezoic_longer_content - longer_content -->
68+
<div id="ezoic-pub-ad-placeholder-107"> </div>
69+
<!-- End Ezoic - ezoic_longer_content - longer_content -->
6770

6871
### Paste from Clipboard
6972

content/docs/3.x/action-value/keyboard-events.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,13 @@ toc: true
9292
<th scope="row">KeyboardEvents::arrow left/th>
9393
<td>To trigger keyboard event arrow left.</td>
9494
</tr>
95+
<tr>
96+
<td colspan="2">
97+
<!-- Ezoic - ezoic_longer_content - longer_content -->
98+
<div id="ezoic-pub-ad-placeholder-107"> </div>
99+
<!-- End Ezoic - ezoic_longer_content - longer_content -->
100+
</td>
101+
</tr>
95102
<tr>
96103
<th scope="row">KeyboardEvents::arrow up</th>
97104
<td>To trigger keyboard event arrow upv.</td>
@@ -148,7 +155,14 @@ toc: true
148155
<th scope="row">KeyboardEvents::multiply</th>
149156
<td>To trigger keyboard event multiply.</td>
150157
</tr>
151-
<tr>
158+
<tr>
159+
<td colspan="2">
160+
<!-- Ezoic - ezoic_longer_content - longer_content -->
161+
<div id="ezoic-pub-ad-placeholder-107"> </div>
162+
<!-- End Ezoic - ezoic_longer_content - longer_content -->
163+
</td>
164+
</tr>
165+
<tr>
152166
<th scope="row">KeyboardEvents::add</th>
153167
<td>To trigger keyboard event add.</td>
154168
</tr>

content/docs/3.x/action-value/paste.md

Lines changed: 185 additions & 178 deletions
Large diffs are not rendered by default.
Lines changed: 28 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
1-
---
2-
layout: docs
3-
title: Query Param
4-
description: Fetch values passed in url of web page and use same to fill the forms.
5-
group: action-value
6-
toc: true
7-
---
8-
9-
{{<img query.png>}}
10-
{{<img query-url.png>}}
11-
12-
<table class="table">
13-
<thead>
14-
<tr>
15-
<th scope="col">Query::</th>
16-
<th scope="col">Description</th>
17-
</tr>
18-
</thead>
19-
<tbody>
20-
<tr>
21-
<th scope="row" width="120px">?param=value</th>
22-
<td>
23-
Query parameters can be defined as the optional key-value pairs that appear after the question mark in the URL. Basically, they are extensions of the URL that are utilized to help determine specific content or action based on the data being delivered. Query parameters are appended to the end of the URL, using a ‘?’. The question mark sign is used to separate path and query parameters.
24-
25-
If you want to add multiple query parameters, an ‘&’ sign is placed in between them to form what is known as a query string. It can feature various object types with distinct lengths such as arrays, strings, and numbers.
26-
</td>
27-
</tr>
28-
</tbody>
29-
</table>
1+
---
2+
layout: docs
3+
title: Query Param
4+
description: Fetch values passed in url of web page and use same to fill the forms.
5+
group: action-value
6+
toc: true
7+
---
8+
9+
{{<img query.png>}}
10+
{{<img query-url.png>}}
11+
12+
<table class="table">
13+
<thead>
14+
<tr>
15+
<th scope="col">Query::</th>
16+
<th scope="col">Description</th>
17+
</tr>
18+
</thead>
19+
<tbody>
20+
<tr>
21+
<th scope="row" width="120px">?param=value</th>
22+
<td>
23+
Query parameters can be defined as the optional key-value pairs that appear after the question mark in the URL. Basically, they are extensions of the URL that are utilized to help determine specific content or action based on the data being delivered. Query parameters are appended to the end of the URL, using a <kbd>?</kbd>. The question mark sign is used to separate path and query parameters.<br/>
24+
If you want to add multiple query parameters, an <kbd>&</kbd> sign is placed in between them to form what is known as a query string. It can feature various object types with distinct lengths such as arrays, strings, and numbers.
25+
</td>
26+
</tr>
27+
</tbody>
28+
</table>
Lines changed: 62 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,63 @@
1-
2-
---
3-
layout: docs
4-
title: Window Command
5-
description: Window specific command
6-
group: action-value
7-
toc: true
8-
---
9-
10-
{{<img window-command.png>}}
11-
12-
<table class="table">
13-
<thead>
14-
<tr>
15-
<th scope="col">WindowCommand::</th>
16-
<th scope="col">Description</th>
17-
</tr>
18-
</thead>
19-
<tbody>
20-
<tr>
21-
<th scope="row">WindowCommand::close</th>
22-
<td>Close current page only works if page is opened through script and not manually.</td>
23-
</tr>
24-
<tr>
25-
<th scope="row">WindowCommand::focus</th>
26-
<td>Its similar to you focus on window/page</td>
27-
</tr>
28-
<tr>
29-
<th scope="row">WindowCommand::blur</th>
30-
<td>Its similar to you move out on window/page</td>
31-
</tr>
32-
<tr>
33-
<th scope="row">WindowCommand::print</th>
34-
<td>Its similar to you Print (Ctrl + P) out on window/page</td>
35-
</tr>
36-
<tr>
37-
<th scope="row">WindowCommand::stop</th>
38-
<td>Its similar to you stop window/page load</td>
39-
</tr>
40-
<tr>
41-
<th scope="row">WindowCommand::moveBy::x,y</th>
42-
<td>Its similar to move window/page by x and y pixels</td>
43-
</tr>
44-
<tr>
45-
<th scope="row">WindowCommand::moveTo::x,y</th>
46-
<td>Its similar to move window/page to x and y pixels</td>
47-
</tr>
48-
<tr>
49-
<th scope="row">WindowCommand::open::https://getautoclicker.com</th>
50-
<td>Its similar to open https://getautoclicker.com page in new tab</td>
51-
</tr>
52-
</tbody>
53-
</table>
54-
<hr/>
55-
56-
{{<callout info>}}
57-
You can also perform more than one task in series e.g
58-
{{</callout>}}
59-
1+
2+
---
3+
layout: docs
4+
title: Window Command
5+
description: Window specific command
6+
group: action-value
7+
toc: true
8+
---
9+
10+
{{<img window-command.png>}}
11+
12+
<table class="table">
13+
<thead>
14+
<tr>
15+
<th scope="col">WindowCommand::</th>
16+
<th scope="col">Description</th>
17+
</tr>
18+
</thead>
19+
<tbody>
20+
<tr>
21+
<th scope="row">WindowCommand::close</th>
22+
<td>Close current page only works if page is opened through script and not manually.</td>
23+
</tr>
24+
<tr>
25+
<th scope="row">WindowCommand::focus</th>
26+
<td>Its similar to you focus on window/page</td>
27+
</tr>
28+
<tr>
29+
<th scope="row">WindowCommand::blur</th>
30+
<td>Its similar to you move out on window/page</td>
31+
</tr>
32+
<tr>
33+
<th scope="row">WindowCommand::print</th>
34+
<td>Its similar to you Print (Ctrl + P) out on window/page</td>
35+
</tr>
36+
<tr>
37+
<th scope="row">WindowCommand::stop</th>
38+
<td>Its similar to you stop window/page load</td>
39+
</tr>
40+
<tr>
41+
<th scope="row">WindowCommand::moveBy::x,y</th>
42+
<td>Its similar to move window/page by x and y pixels</td>
43+
</tr>
44+
<tr>
45+
<th scope="row">WindowCommand::moveTo::x,y</th>
46+
<td>Its similar to move window/page to x and y pixels</td>
47+
</tr>
48+
<tr>
49+
<th scope="row">WindowCommand::open::https://getautoclicker.com</th>
50+
<td>Its similar to open https://getautoclicker.com page in new tab</td>
51+
</tr>
52+
</tbody>
53+
</table>
54+
<hr/>
55+
<!-- Ezoic - ezoic_longer_content - longer_content -->
56+
<div id="ezoic-pub-ad-placeholder-107"> </div>
57+
<!-- End Ezoic - ezoic_longer_content - longer_content -->
58+
59+
{{<callout info>}}
60+
You can also perform more than one task in series e.g
61+
{{</callout>}}
62+
6063
{{<img multiple-events.png>}}

0 commit comments

Comments
 (0)