|
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 | + |
60 | 63 | {{<img multiple-events.png>}} |
0 commit comments