diff --git a/docs/4.x/about/permissions/index.html b/docs/4.x/about/permissions/index.html index e5420ba0..0294e6df 100644 --- a/docs/4.x/about/permissions/index.html +++ b/docs/4.x/about/permissions/index.html @@ -16,7 +16,7 @@ Dark
  • Permission

    Why we require below permissions

    Permission

    Why we require below permissions

    diff --git a/docs/4.x/about/subscription/index.html b/docs/4.x/about/subscription/index.html index 6a74f618..bc711467 100644 --- a/docs/4.x/about/subscription/index.html +++ b/docs/4.x/about/subscription/index.html @@ -16,7 +16,7 @@ Dark
  • Subscription

    Subscribe to PRO features of extension

    Subscription

    Subscribe to PRO features of extension

    diff --git a/docs/4.x/action-condition/overview/index.html b/docs/4.x/action-condition/overview/index.html deleted file mode 100644 index 9031b40d..00000000 --- a/docs/4.x/action-condition/overview/index.html +++ /dev/null @@ -1,25 +0,0 @@ -Action Condition · Auto Clicker - AutoFill v4.x -

    Action Condition

    Action condition are used to check status (SKIPPED or DONE) of previous executed actions and Skip or Process current Action

    -On this page

    Action Condition

    • Action condition are available from second Action only. As first Action do not have previous action status to check.
    • Action condition can check status of all previous action and not just immediate previous action status

    Action Condition Modal

    Action Condition consist of two part IF and THEN

    IF

    From name itself its clear that its the place where you configure your condition. you can add more than one condition with operator like OR and AND to it. It consist of three column. OPR (operator condition), Previous Action (whose status need to check), Status of previous action which need to be checked. And there is one more column which is to add or remove condition.

    Action column is used to select the action for which status need to be checked.

    Status column is simple which need to be check for that particular action. There are two status only for action which are SKIPPED or DONE. If by any condition on action if its skipped to next action its status is set as SKIPPED and if that action is completed successfully its status is set as DONE.

    If you have more than one condition you need to select OPR. OPR are either OR / AND. By default AND is selected. These operator result as below.

    Action 1 status resultOPRAction 2 status resultresult
    trueORtruetrue
    trueORfalsetrue
    falseORtruetrue
    falseORfalsefalse
    trueANDtruetrue
    trueANDfalsefalse
    falseANDtruefalse
    falseANDfalsefalse

    THEN

    This component is dependent on IF statement based on the final result of IF statement. Then has only two option to be selected SKIP / PROCEED. Below table show how it works.

    IFTHENresult
    trueSKIPSKIP
    falseSKIPPROCEED
    truePROCEEDPROCEED
    falsePROCEEDSKIP
    \ No newline at end of file diff --git a/docs/4.x/action-settings/error-handling/index.html b/docs/4.x/action-settings/error-handling/index.html deleted file mode 100644 index 65b4f82a..00000000 --- a/docs/4.x/action-settings/error-handling/index.html +++ /dev/null @@ -1,25 +0,0 @@ -Action · Error Handling · Auto Clicker - AutoFill v4.x -
    \ No newline at end of file diff --git a/docs/4.x/action-settings/iframe-first/index.html b/docs/4.x/action-settings/iframe-first/index.html deleted file mode 100644 index d4af18e2..00000000 --- a/docs/4.x/action-settings/iframe-first/index.html +++ /dev/null @@ -1,25 +0,0 @@ -Action · Iframe First · Auto Clicker - AutoFill v4.x -
    Skip to main content -Skip to docs navigation

    Action · Iframe First

    If an action need to be performed on button / input field which is inside iframe you can check this checkbox which check within iframe first and then in main page. which saves lot of time.

    -On this page

    default is unchecked its applicable to iframe which do not have url in src attribute. example

    • <iframe src=“about:blank”></iframe>
    • <iframe src=""></iframe>

    If there is url in the src attribute consider creating new configuration with targeted url.

    \ No newline at end of file diff --git a/docs/4.x/action-settings/retry-interval/index.html b/docs/4.x/action-settings/retry-interval/index.html deleted file mode 100644 index 3036c1b7..00000000 --- a/docs/4.x/action-settings/retry-interval/index.html +++ /dev/null @@ -1,25 +0,0 @@ -Action · Retry Interval · Auto Clicker - AutoFill v4.x -
    Skip to main content -Skip to docs navigation

    Action · Retry Interval

    Retry Interval will wait for no of sec provided before retry to find XPath of Action. default is 1 sec

    -On this page

    Examples

    • 1
    • 1.5
    • 0.5
    • 2
    • 1e4 (Random value between 1 to 4)
    • Leave it blank / empty to start right away
    Its not mandatory field. if left blank extension will start executing right away.
    Repeat value is mandatory for Repeat Interval.
    \ No newline at end of file diff --git a/docs/4.x/action-settings/retry/index.html b/docs/4.x/action-settings/retry/index.html deleted file mode 100644 index 4f48897d..00000000 --- a/docs/4.x/action-settings/retry/index.html +++ /dev/null @@ -1,25 +0,0 @@ -Action · Retry · Auto Clicker - AutoFill v4.x -
    Skip to main content -Skip to docs navigation

    Action · Retry

    Retry finding element in webpage for number of times provided. default is 5

    -On this page
    positive numeric value 1 to 999
    \ No newline at end of file diff --git a/docs/4.x/action-value/append/index.html b/docs/4.x/action-value/append/index.html index d412feb2..fd972ff1 100644 --- a/docs/4.x/action-value/append/index.html +++ b/docs/4.x/action-value/append/index.html @@ -16,7 +16,7 @@ Dark
  • Append the text on existing field.

    Append the text on existing field.

    diff --git a/docs/4.x/action-value/attribute/index.html b/docs/4.x/action-value/attribute/index.html index 92e219b8..a1ffb559 100644 --- a/docs/4.x/action-value/attribute/index.html +++ b/docs/4.x/action-value/attribute/index.html @@ -16,7 +16,7 @@ Dark
  • Update the attribute of the element using below commands.

    Update the attribute of the element using below commands.

    diff --git a/docs/4.x/action-value/batch-repeat/index.html b/docs/4.x/action-value/batch-repeat/index.html index 88d83c00..8110f690 100644 --- a/docs/4.x/action-value/batch-repeat/index.html +++ b/docs/4.x/action-value/batch-repeat/index.html @@ -16,10 +16,10 @@ Dark
  • Batch Repeat

    Now combine the power of batch into actions using <BatchRepeat>

    Batch Repeat

    Now combine the power of batch into actions using <BatchRepeat>

    -On this page
    You can get sequence value with batch repeat

    e.g. In value field if you enter example<batchRepeat>

    1. Value will be example0
    2. Value will be example1
    This will continue for no of batch repeat you have provided.

    e.g. If batch repeat is 5 it will run till example4

    \ No newline at end of file diff --git a/docs/4.x/action-value/class/index.html b/docs/4.x/action-value/class/index.html index 9451ff10..6799f5e1 100644 --- a/docs/4.x/action-value/class/index.html +++ b/docs/4.x/action-value/class/index.html @@ -16,7 +16,7 @@ Dark
  • Update the class attribute of and element selected using element finder

    Update the class attribute of and element selected using element finder

    diff --git a/docs/4.x/action-value/clipboard/index.html b/docs/4.x/action-value/clipboard/index.html index de981cfd..49a090c6 100644 --- a/docs/4.x/action-value/clipboard/index.html +++ b/docs/4.x/action-value/clipboard/index.html @@ -16,7 +16,7 @@ Dark
  • Now you can copy any content from webpage using copy command and paste back any where within clipboard.

    Now you can copy any content from webpage using copy command and paste back any where within clipboard.

    diff --git a/docs/4.x/action-value/copy/index.html b/docs/4.x/action-value/copy/index.html index 333313fb..5b314a91 100644 --- a/docs/4.x/action-value/copy/index.html +++ b/docs/4.x/action-value/copy/index.html @@ -16,7 +16,7 @@ Dark
  • Now you can copy any content from webpage using copy command and paste back any where within same domain.

    Now you can copy any content from webpage using copy command and paste back any where within same domain.

    diff --git a/docs/4.x/action-value/form-events/index.html b/docs/4.x/action-value/form-events/index.html index 42a543ba..3221d2e4 100644 --- a/docs/4.x/action-value/form-events/index.html +++ b/docs/4.x/action-value/form-events/index.html @@ -16,7 +16,7 @@ Dark
  • Form Events

    Perform form specific events on input field and button of form.

    Form Events

    Perform form specific events on input field and button of form.

    diff --git a/docs/4.x/action-value/function/index.html b/docs/4.x/action-value/function/index.html index 1d92ab91..77fd8b51 100644 --- a/docs/4.x/action-value/function/index.html +++ b/docs/4.x/action-value/function/index.html @@ -16,7 +16,7 @@ Dark
  • Perform browser specific functions using func:: command its limited to browser specific functions only and not user defined.

    Perform browser specific functions using func:: command its limited to browser specific functions only and not user defined.

    diff --git a/docs/4.x/action-value/google-sheets/index.html b/docs/4.x/action-value/google-sheets/index.html index 7ac54bd3..5d91f146 100644 --- a/docs/4.x/action-value/google-sheets/index.html +++ b/docs/4.x/action-value/google-sheets/index.html @@ -16,10 +16,10 @@ Dark
  • Google Sheets

    Connect with your google account and fill form using google sheets data directly in iterative manner.

    Google Sheets

    Connect with your google account and fill form using google sheets data directly in iterative manner.

    -On this page

    Before using Google Sheets Value please do connect extension with Google Sheets and add Google Sheet ID

    You can use Google Sheets A1 Notation to fetch the cell value

    GoogleSheets::A1 NotationDescription (Copy cell value from Google Sheet)
    GoogleSheets::Sheet1!A1Fetch the A1 Cell value from Sheet1
    GoogleSheets::Sheet1!B1Fetch the B1 Cell value from Sheet1
    GoogleSheets::Sheet1!C<batchRepeat>Batch Repeat is combined with this Action and for Repeat value 0, 1, ....N it fetches values from Cell C1, C2,.... CN+1
    GoogleSheets::Sheet1!C<sessionCount>count will be maintained in session so if page require to submit/refresh/reopen the page it will continue from where it was left until its opened in new tab

    We offer a generous daily allowance of 10 free Google Sheets API calls per user. This limit resets every day, providing you with a fresh set of 10 calls each day.

    To unlock unlimited access to Google Sheets API calls, you have two options:

    Subscribe to the Pro Version

    By upgrading to our Pro version, you gain unlimited access to Google Sheets API calls, allowing you to maximize productivity without worrying about daily limits.

    Switch to a Public Profile

    Alternatively, you can switch your profile to public mode to enjoy unlimited access to Google Sheets API calls. This option is ideal for users who do not require private data handling and are comfortable sharing their configurations publicly.

    \ No newline at end of file diff --git a/docs/4.x/action-value/key-events/index.html b/docs/4.x/action-value/key-events/index.html index 796aa341..403d1436 100644 --- a/docs/4.x/action-value/key-events/index.html +++ b/docs/4.x/action-value/key-events/index.html @@ -16,7 +16,7 @@ Dark
  • Key Events

    Perform key specific events with delay on input fields and search bar

    Key Events

    Perform key specific events with delay on input fields and search bar

    diff --git a/docs/4.x/action-value/keyboard-events/index.html b/docs/4.x/action-value/keyboard-events/index.html index 02f3473c..f0e1d5ee 100644 --- a/docs/4.x/action-value/keyboard-events/index.html +++ b/docs/4.x/action-value/keyboard-events/index.html @@ -16,7 +16,7 @@ Dark
  • Trigger Keyboard like events from extension but not fill the input field. some input field watch for event for those you can use this syntax

    Trigger Keyboard like events from extension but not fill the input field. some input field watch for event for those you can use this syntax

    diff --git a/docs/4.x/action-value/location-command/index.html b/docs/4.x/action-value/location-command/index.html index ecf69a88..b7a537fc 100644 --- a/docs/4.x/action-value/location-command/index.html +++ b/docs/4.x/action-value/location-command/index.html @@ -16,7 +16,7 @@ Dark
  • Location Command

    Perform location specific commands

    Location Command

    Perform location specific commands

    diff --git a/docs/4.x/action-value/mouse-events/index.html b/docs/4.x/action-value/mouse-events/index.html index 18b711a0..e3a67b18 100644 --- a/docs/4.x/action-value/mouse-events/index.html +++ b/docs/4.x/action-value/mouse-events/index.html @@ -16,7 +16,7 @@ Dark
  • Mouse Events

    Perform click events and mouse events using below commands

    Mouse Events

    Perform click events and mouse events using below commands

    diff --git a/docs/4.x/action-value/overview/index.html b/docs/4.x/action-value/overview/index.html index ac6408f9..5d521811 100644 --- a/docs/4.x/action-value/overview/index.html +++ b/docs/4.x/action-value/overview/index.html @@ -16,7 +16,7 @@ Dark
  • Action Value

    Now you can perform much more than just click or fill form elements. an element referred in below table is one which is found by Xpath.

    Action Value

    Now you can perform much more than just click or fill form elements. an element referred in below table is one which is found by Xpath.

    diff --git a/docs/4.x/action-value/paste/index.html b/docs/4.x/action-value/paste/index.html index 84f163d6..a5e955dc 100644 --- a/docs/4.x/action-value/paste/index.html +++ b/docs/4.x/action-value/paste/index.html @@ -16,7 +16,7 @@ Dark
  • Now you can paste content into input fields which are copied by extension using copy command within same domain.

    Now you can paste content into input fields which are copied by extension using copy command within same domain.

    diff --git a/docs/4.x/action-value/prepend/index.html b/docs/4.x/action-value/prepend/index.html index 43ece244..1f6994c5 100644 --- a/docs/4.x/action-value/prepend/index.html +++ b/docs/4.x/action-value/prepend/index.html @@ -16,7 +16,7 @@ Dark
  • Prepend the text on existing field.

    Prepend the text on existing field.

    diff --git a/docs/4.x/action-value/query-param/index.html b/docs/4.x/action-value/query-param/index.html index f39fadbd..9bbc5f67 100644 --- a/docs/4.x/action-value/query-param/index.html +++ b/docs/4.x/action-value/query-param/index.html @@ -16,7 +16,7 @@ Dark
  • Query Param

    Fetch values passed in url of web page and use same to fill the forms.

    Query Param

    Fetch values passed in url of web page and use same to fill the forms.

    diff --git a/docs/4.x/action-value/random-value/index.html b/docs/4.x/action-value/random-value/index.html index 5492ea8b..61b72c57 100644 --- a/docs/4.x/action-value/random-value/index.html +++ b/docs/4.x/action-value/random-value/index.html @@ -16,7 +16,7 @@ Dark
  • Random Value

    Now fill generate random value into form fields

    Random Value

    Now fill generate random value into form fields

    diff --git a/docs/4.x/action-value/replace/index.html b/docs/4.x/action-value/replace/index.html index ab0c7a5e..995f3dfe 100644 --- a/docs/4.x/action-value/replace/index.html +++ b/docs/4.x/action-value/replace/index.html @@ -16,7 +16,7 @@ Dark
  • Replace the text on existing field.

    Replace the text on existing field.

    diff --git a/docs/4.x/action-value/scroll-to/index.html b/docs/4.x/action-value/scroll-to/index.html index bce828a4..32dde508 100644 --- a/docs/4.x/action-value/scroll-to/index.html +++ b/docs/4.x/action-value/scroll-to/index.html @@ -16,7 +16,7 @@ Dark
  • Scroll to any specific part of application or to specific element using below command

    Scroll to any specific part of application or to specific element using below command

    diff --git a/docs/4.x/action-value/select-option/index.html b/docs/4.x/action-value/select-option/index.html index 0c089738..29756512 100644 --- a/docs/4.x/action-value/select-option/index.html +++ b/docs/4.x/action-value/select-option/index.html @@ -16,7 +16,7 @@ Dark
  • Select Option

    These commands are specific to dropdown

    Select Option

    These commands are specific to dropdown

    diff --git a/docs/4.x/action-value/window-command/index.html b/docs/4.x/action-value/window-command/index.html index 57a87254..1cc85667 100644 --- a/docs/4.x/action-value/window-command/index.html +++ b/docs/4.x/action-value/window-command/index.html @@ -16,7 +16,7 @@ Dark
  • Window Command

    Window specific command

    Window Command

    Window specific command

    diff --git a/docs/4.x/action/repeat/index.html b/docs/4.x/action/action-condition/index.html similarity index 68% rename from docs/4.x/action/repeat/index.html rename to docs/4.x/action/action-condition/index.html index 39c620ff..8dd52100 100644 --- a/docs/4.x/action/repeat/index.html +++ b/docs/4.x/action/action-condition/index.html @@ -1,5 +1,5 @@ -Action · Repeat · Auto Clicker - AutoFill v4.x -
    Skip to main content +Action Condition · Auto Clicker - AutoFill v4.x +
    \ No newline at end of file diff --git a/docs/4.x/action-settings/overview/index.html b/docs/4.x/action/action-settings/index.html similarity index 71% rename from docs/4.x/action-settings/overview/index.html rename to docs/4.x/action/action-settings/index.html index ccf56b05..78bb3728 100644 --- a/docs/4.x/action-settings/overview/index.html +++ b/docs/4.x/action/action-settings/index.html @@ -1,5 +1,5 @@ -Action Settings · Auto Clicker - AutoFill v4.x -
    Skip to main content +Action Settings · Auto Clicker - AutoFill v4.x +

    These action-level settings will take precedence over the global settings. If not specified, each action will default to the global settings.

    Retry

    Retry finding element in webpage for number of times provided. Default is 5.

    Examples

    • positive numeric value 1 to 999

    Retry Interval

    Retry Interval will wait for number of seconds provided before retrying to find XPath of Action. Default is 1 second.

    Examples

    • 1
    • 1.5
    • 0.5
    • 2
    • 1e4 (Random value between 1 to 4)
    • Leave it blank / empty to start right away
    It’s not a mandatory field. If left blank, the extension will start executing right away.
    Repeat value is mandatory for Repeat Interval.

    Iframe First

    If an action needs to be performed on a button or input field inside an iframe, you can check this checkbox to check within the iframe first and then in the main page, which saves a lot of time.

    Default is unchecked. It’s applicable to iframes which do not have a URL in the src attribute. Example:

    • <iframe src=“about:blank”></iframe>
    • <iframe src=""></iframe>

    If there is a URL in the src attribute, consider creating a new configuration with the targeted URL.

    Error Handling

    Select what should happen if the element is not found after the number of retries.

    NameDefaultDescription
    StopselectedDo nothing. Stop extension without proceeding further.
    Skipnot selectedSkip current action and continue to the next action.
    Refresh Pagenot selectedRefresh the whole page.
    \ No newline at end of file diff --git a/docs/4.x/action/columns-filter/index.html b/docs/4.x/action/columns-filter/index.html index cd118d4e..8ca797b8 100644 --- a/docs/4.x/action/columns-filter/index.html +++ b/docs/4.x/action/columns-filter/index.html @@ -16,10 +16,10 @@ Dark
  • Action · Columns Filter

    If you do not want any specific column you can hide/show the same from table view.

    Action · Columns Filter

    If you do not want any specific column you can hide/show the same from table view.

    Toggles the visibility of action columns in a table.

    This function is used to show or hide specific action columns such as name, init-wait, repeat, and repeat-interval. By default, all these columns are hidden to reduce UI clutter. However, this function allows you to display or hide them as needed. Note that hiding a column does not affect its functionality; it only clears the UI clutter by reducing the number of visible columns.

    \ No newline at end of file diff --git a/docs/4.x/action/disable/index.html b/docs/4.x/action/disable/index.html deleted file mode 100644 index 11981342..00000000 --- a/docs/4.x/action/disable/index.html +++ /dev/null @@ -1,25 +0,0 @@ -Action · Disable · Auto Clicker - AutoFill v4.x -
    Skip to main content -Skip to docs navigation

    Action · Disable

    Documentation for disabling actions in the configuration.

    -On this page

    Action Disable

    The disable property allows you to disable an action. When an action is disabled, it will be skipped during execution.

    Usage

    enable or disable action from more option in action list.

    \ No newline at end of file diff --git a/docs/4.x/action/element-finder/index.html b/docs/4.x/action/element-finder/index.html index 5703a13c..12dd0749 100644 --- a/docs/4.x/action/element-finder/index.html +++ b/docs/4.x/action/element-finder/index.html @@ -16,11 +16,11 @@ Dark
  • Action · Element Finder

    Its little tricky but believe me its not that hard to find.

    Action · Element Finder

    Its little tricky but believe me its not that hard to find.

    Follow below steps to get XPath quickly

    1. Right click any button or link or whatever you want to click in webpage and select Inspect.
    2. It will open developer console and highlight that element under Elements Tab
    3. Right click that element and select Copy > Copy XPath.
    4. Thats it you have your XPath of that element now.

    XPath

    Xpath helps to track down and element using its document chain examples are below

    Combine batch-repeat with xpath to iterate over elements one by one. e.g if Xpath of element is like table format and you need to iterate all its row one by one. //table/tr[1]/td[1]/button this xpath will select button of fist row. now replace it will //table/tr[<batchRepeat>]/td[1]/button and under batch repeat add value like 5 or 10 based on number of rows. Now when batch repeat all action one by one it will replace <batchRepeat> value with index from 1 to 10
    Combine action-repeat with xpath to iterate over elements one by one. e.g if Xpath of element is like table format and you need to iterate all its row one by one. //table/tr[1]/td[1]/button this xpath will select button of fist row. now replace it will //table/tr[<batchRepeat>]/td[<actionRepeat>]/button and under action repeat add value like 5 or 10 based on number of rows. Now when action repeat all action one by one it will replace <actionRepeat> value with index from 1 to 10
    Combine session-count with xpath to iterate over elements one by one. e.g if Xpath of element is like table format and you need to iterate all its row one by one. //table/tr[1]/td[1]/button this xpath will select button of fist row. now replace it will //table/tr[<sessionCount>]/td[1]/button. The session count starts from 1 and increments each time the page is refreshed. For more information on how to clear and start from a different number, refer to the session overview page.

    //div/a[1]

    Follow below steps to get XPath quickly

    1. Right click any button or link or whatever you want to click in webpage and select Inspect.
    2. It will open developer console and highlight that element under Elements Tab
    3. Right click that element and select Copy > Copy XPath.
    4. Thats it you have your XPath of that element now.

    XPath

    Xpath helps to track down and element using its document chain examples are below

    //div/a[1]

    <div>
       <a>One</a> 👈 selected
       <a>Two</a>
     </div>
    @@ -130,6 +130,9 @@
         <button class="btn btn-primary" type="submit">Sign in</button>
       </form>
     </main>
    -

    Query Selector All

    Important

    Its similar to query selector which selects all matching element rather than selecting first matching element

    \ No newline at end of file diff --git a/docs/4.x/addon/condition/index.html b/docs/4.x/addon/condition/index.html index 09dd6804..5317e644 100644 --- a/docs/4.x/addon/condition/index.html +++ b/docs/4.x/addon/condition/index.html @@ -16,7 +16,7 @@ Dark
  • Addon · Condition

    Add condition which you can check before performing action

    Addon · Condition

    Add condition which you can check before performing action

    diff --git a/docs/4.x/addon/element-finder/index.html b/docs/4.x/addon/element-finder/index.html index 06cb5a84..3f46b720 100644 --- a/docs/4.x/addon/element-finder/index.html +++ b/docs/4.x/addon/element-finder/index.html @@ -16,7 +16,7 @@ Dark
  • Addon · Element Finder

    Its little tricky but believe me its not that hard to find.

    Addon · Element Finder

    Its little tricky but believe me its not that hard to find.

    @@ -69,7 +69,7 @@ <button class="btn btn-primary" type="submit">Sign in</button> </form> </main> -

    Query Selector All

    Important

    Its similar to query selector which selects all matching element rather than selecting first matching element

    XPath

    Xpath helps to track down and element using its document chain examples are below.

    Combine batch-repeat with xpath to iterate over elements one by one. e.g if Xpath of element is like table format and you need to iterate all its row one by one. //table/tr[1]/td[1]/button this xpath will select button of fist row. now replace it will //table/tr[<batchRepeat>]/td[1]/button and under batch repeat add value like 5 or 10 based on number of rows. Now when batch repeat all Action one by one it will replace <batchRepeat> value with index from 1 to 10

    //div/a[1]

    <div>
    +

    Query Selector All

    Important

    Its similar to query selector which selects all matching element rather than selecting first matching element

    XPath

    Xpath helps to track down and element using its document chain examples are below.

    Combine batch-repeat with xpath to iterate over elements one by one. e.g if Xpath of element is like table format and you need to iterate all its row one by one. //table/tr[1]/td[1]/button this xpath will select button of fist row. now replace it will //table/tr[<batchRepeat>]/td[1]/button and under batch repeat add value like 5 or 10 based on number of rows. Now when batch repeat all Action one by one it will replace <batchRepeat> value with index from 1 to 10

    //div/a[1]

    <div>
       <a>One</a> 👈 selected
       <a>Two</a>
     </div>
    diff --git a/docs/4.x/addon/overview/index.html b/docs/4.x/addon/overview/index.html
    index 1595fcf3..136b7ded 100644
    --- a/docs/4.x/addon/overview/index.html
    +++ b/docs/4.x/addon/overview/index.html
    @@ -16,10 +16,10 @@
     
     Dark
  • In order to check some condition before clicking / filling add addon to that specific Action. You can add condition by clicking on </> icon which appears when you hover over action row.

    In order to check some condition before clicking / filling add addon to that specific Action. You can add condition by clicking on </> icon which appears when you hover over action row.

    Addon Overview

    The Addon class is used to validate certain values on a webpage before executing actions on it. It can check for specific text on the webpage, including browser default functions like date and location checks. The value to be checked can be within a text field, an attribute of an element, or any other part of the webpage.

    String Value Comparisons

    • Equal
    • Not equal
    • Contains

    Numeric Value Comparisons

    • Greater than
    • Lesser than
    • Greater than or equal to
    • Lesser than or equal to

    Value Extractor

    The Addon class includes a Value Extractor that can extract specific text from a larger string, such as extracting numbers from a string. It also supports regular expressions for data extraction.

    Recheck Recheck Interval Recheck Options

    The Addon class provides an option to recheck the value if there is a delay in the value appearing or updating. The recheck options include:

    • Refresh the page
    • Skip the action
    • Go to a specific action
    \ No newline at end of file diff --git a/docs/4.x/addon/recheck-interval/index.html b/docs/4.x/addon/recheck-interval/index.html index cbcdb7e3..272aa25c 100644 --- a/docs/4.x/addon/recheck-interval/index.html +++ b/docs/4.x/addon/recheck-interval/index.html @@ -16,10 +16,10 @@ Dark
  • Addon · Recheck Interval

    Recheck interval is used to delay recheck with specified time

    Addon · Recheck Interval

    Recheck interval is used to delay recheck with specified time

    -On this page

    Examples

    • 1
    • 1.5
    • 0.5
    • 2
    • 1e4 (Random value between 1 to 4)
    • Leave it blank / empty to start right away
    \ No newline at end of file diff --git a/docs/4.x/addon/recheck-options/index.html b/docs/4.x/addon/recheck-options/index.html index dd22cd4e..8a2f9d49 100644 --- a/docs/4.x/addon/recheck-options/index.html +++ b/docs/4.x/addon/recheck-options/index.html @@ -16,7 +16,7 @@ Dark
  • Addon · Recheck Options

    Recheck options is an action which is performed is condition is failed even after recheck

    Addon · Recheck Options

    Recheck options is an action which is performed is condition is failed even after recheck

    diff --git a/docs/4.x/addon/recheck/index.html b/docs/4.x/addon/recheck/index.html index e67a48fb..974af86e 100644 --- a/docs/4.x/addon/recheck/index.html +++ b/docs/4.x/addon/recheck/index.html @@ -16,7 +16,7 @@ Dark
  • Addon · Recheck

    Recheck is used to check condition for more than once

    Addon · Recheck

    Recheck is used to check condition for more than once

    diff --git a/docs/4.x/addon/value-extractor/index.html b/docs/4.x/addon/value-extractor/index.html index 20a27ff3..03faacc4 100644 --- a/docs/4.x/addon/value-extractor/index.html +++ b/docs/4.x/addon/value-extractor/index.html @@ -16,7 +16,7 @@ Dark
  • Addon · Value Extractor

    It is used to extract particular value from text.

    Addon · Value Extractor

    It is used to extract particular value from text.

    diff --git a/docs/4.x/addon/value/index.html b/docs/4.x/addon/value/index.html index 779253e6..12967236 100644 --- a/docs/4.x/addon/value/index.html +++ b/docs/4.x/addon/value/index.html @@ -16,7 +16,7 @@ Dark
  • Addon · Value

    Suppose you are performing action on input, textarea, dropdown you should provide one extra field that is value for xpath you have added.

    Addon · Value

    Suppose you are performing action on input, textarea, dropdown you should provide one extra field that is value for xpath you have added.

    diff --git a/docs/4.x/assets/img/action-settings.png b/docs/4.x/assets/img/action-settings.png index 3727d4b4..be42528a 100644 Binary files a/docs/4.x/assets/img/action-settings.png and b/docs/4.x/assets/img/action-settings.png differ diff --git a/docs/4.x/assets/img/action.png b/docs/4.x/assets/img/action.png index 01b0d9c0..257af714 100644 Binary files a/docs/4.x/assets/img/action.png and b/docs/4.x/assets/img/action.png differ diff --git a/docs/4.x/assets/img/batch.png b/docs/4.x/assets/img/batch.png index 5a7c4dc8..7da11817 100644 Binary files a/docs/4.x/assets/img/batch.png and b/docs/4.x/assets/img/batch.png differ diff --git a/docs/4.x/assets/img/configuration-settings.png b/docs/4.x/assets/img/configuration-settings.png new file mode 100644 index 00000000..f750c382 Binary files /dev/null and b/docs/4.x/assets/img/configuration-settings.png differ diff --git a/docs/4.x/assets/img/configuration.png b/docs/4.x/assets/img/configuration.png index 69024acb..5b564a78 100644 Binary files a/docs/4.x/assets/img/configuration.png and b/docs/4.x/assets/img/configuration.png differ diff --git a/docs/4.x/batch/refresh/index.html b/docs/4.x/batch/refresh/index.html deleted file mode 100644 index 3210c0e5..00000000 --- a/docs/4.x/batch/refresh/index.html +++ /dev/null @@ -1,25 +0,0 @@ -Refresh · Auto Clicker - AutoFill v4.x -

    If you want your site to be refresh after all the Action are completed successfully you can do that by checking refresh box.

    -On this page
    Refresh functionality will only trigger once all the actions are completed successfully.

    Refresh will override Batch Repeat

    It do not work with repeat functionality. You can either use batch repeat or page refresh.

    \ No newline at end of file diff --git a/docs/4.x/batch/repeat-interval/index.html b/docs/4.x/batch/repeat-interval/index.html deleted file mode 100644 index c919c621..00000000 --- a/docs/4.x/batch/repeat-interval/index.html +++ /dev/null @@ -1,25 +0,0 @@ -Repeat Interval · Auto Clicker - AutoFill v4.x -

    Repeat Interval

    If you want to control the time between each repeat you can provide repeat-interval as well.

    -On this page

    Examples

    • 1
    • 1.5
    • 0.5
    • 2
    • 1e4 (Random value between 1 to 4)
    • Leave it blank / empty to start right away
    Its not mandatory field. if left blank extension will start executing right away.
    Repeat value is mandatory for Repeat Interval.
    \ No newline at end of file diff --git a/docs/4.x/batch/repeat/index.html b/docs/4.x/batch/repeat/index.html deleted file mode 100644 index 06be9a78..00000000 --- a/docs/4.x/batch/repeat/index.html +++ /dev/null @@ -1,25 +0,0 @@ -Repeat · Auto Clicker - AutoFill v4.x -

    If you want specific batch to repeat more than once you can provide repeat value.

    -On this page

    Its also used within ElementFinder Xpath and value to be replaces with the value of batch repeat index. e.g. If Element Finder need to be iterated over number of rows in table for that xpath will be //table/tr[1]/td[1]/button well this will only select the first row button and if you want to iterate the process for all button you can make use of batch repeat here like //table/tr[<batchRepeat>]/td[1]/button like this and repeat number 3 will iterate first three rows of table like [1..3].

    positive numeric value 1 to 999
    \ No newline at end of file diff --git a/docs/4.x/config-list/bulk-export/index.html b/docs/4.x/config-list/bulk-export/index.html index 90724d70..0c45c21e 100644 --- a/docs/4.x/config-list/bulk-export/index.html +++ b/docs/4.x/config-list/bulk-export/index.html @@ -16,7 +16,7 @@ Dark
  • Bulk Export Configuration

    Exports all configurations in JSON format for backup purposes.

    Bulk Export Configuration

    Exports all configurations in JSON format for backup purposes.

    diff --git a/docs/4.x/config-list/bulk-import/index.html b/docs/4.x/config-list/bulk-import/index.html index 51258946..1409d2b9 100644 --- a/docs/4.x/config-list/bulk-import/index.html +++ b/docs/4.x/config-list/bulk-import/index.html @@ -16,7 +16,7 @@ Dark
  • Bulk Import Configuration

    Bulk Import configuration from json file to extension. !It merges with all existing configuration within system.

    Bulk Import Configuration

    Bulk Import configuration from json file to extension. !It merges with all existing configuration within system.

    diff --git a/docs/4.x/config-list/bulk-remove/index.html b/docs/4.x/config-list/bulk-remove/index.html index 80196bc1..cbe54a23 100644 --- a/docs/4.x/config-list/bulk-remove/index.html +++ b/docs/4.x/config-list/bulk-remove/index.html @@ -16,7 +16,7 @@ Dark
  • Bulk Remove Configuration

    Click Bulk Remove Configuration button to remove more than one configuration at a time.

    Bulk Remove Configuration

    Click Bulk Remove Configuration button to remove more than one configuration at a time.

    diff --git a/docs/4.x/config-list/overview/index.html b/docs/4.x/config-list/overview/index.html index 0fc54f63..27a81029 100644 --- a/docs/4.x/config-list/overview/index.html +++ b/docs/4.x/config-list/overview/index.html @@ -16,7 +16,7 @@ Dark
  • Configuration List

    The Configuration List provides an organized view of all the configurations stored in the extension, making it easier for users to manage and utilize them effectively. Here are the detailed features and functionalities of the Configuration List section

    Configuration List

    The Configuration List provides an organized view of all the configurations stored in the extension, making it easier for users to manage and utilize them effectively. Here are the detailed features and functionalities of the Configuration List section

    diff --git a/docs/4.x/config-list/reorder/index.html b/docs/4.x/config-list/reorder/index.html index e6484074..99483430 100644 --- a/docs/4.x/config-list/reorder/index.html +++ b/docs/4.x/config-list/reorder/index.html @@ -16,7 +16,7 @@ Dark
  • Reorder Configurations

    Click Reorder Configurations button to change the order of configurations.

    Reorder Configurations

    Click Reorder Configurations button to change the order of configurations.

    diff --git a/docs/4.x/config-settings/extension-load/index.html b/docs/4.x/config-settings/extension-load/index.html deleted file mode 100644 index ce9b3145..00000000 --- a/docs/4.x/config-settings/extension-load/index.html +++ /dev/null @@ -1,25 +0,0 @@ -Extension Load · Auto Clicker - AutoFill v4.x -

    Extension Load

    If an action need to be performed on button / input field which is inside iframe you must check this checkbox which enables check of iframe content as well.

    -On this page
    Event TypeDefaultDescription
    Windowtrue
    • Extension is loaded when all content of page is loaded e.g. stylesheets, images, sub forms
    • Slower than Document
    Documentfalse
    • Extension is loaded without waiting for stylesheets, images, and subframes to finish loading
    • Faster than Window
    \ No newline at end of file diff --git a/docs/4.x/config-settings/google-sheet-id/index.html b/docs/4.x/config-settings/google-sheet-id/index.html deleted file mode 100644 index 686ff195..00000000 --- a/docs/4.x/config-settings/google-sheet-id/index.html +++ /dev/null @@ -1,25 +0,0 @@ -Google Sheet ID · Auto Clicker - AutoFill v4.x -

    Google Sheet ID

    Each configuration can have its own google sheet id. But you cannot fetch data from more than one sheet in single configuration

    -On this page

    It’s important part for Auto Clicker Auto Fill extension to fetch the Google Sheets data. It helps extension to fetch the data from that particular sheet only. Auto Clicker Auto Fill don’t fetch your entire google sheets neither look for data within sheets. It only fetches data during runtime.

    \ No newline at end of file diff --git a/docs/4.x/config-settings/hotkey/index.html b/docs/4.x/config-settings/hotkey/index.html deleted file mode 100644 index f6957fc0..00000000 --- a/docs/4.x/config-settings/hotkey/index.html +++ /dev/null @@ -1,25 +0,0 @@ -Hotkey · Auto Clicker - AutoFill v4.x -

    Enable manual mode and start extension using hotkey.

    -On this page

    Set hotkey to start extension

    It must be combination of below

    • Ctrl + key
    • Ctrl + Shift + key
    • Alt + key
    • Alt + Shit + key
    • Ctrl + Alt + Shit + key

    Check how to set Manual Start

    \ No newline at end of file diff --git a/docs/4.x/config-settings/start/index.html b/docs/4.x/config-settings/start/index.html deleted file mode 100644 index f11e346a..00000000 --- a/docs/4.x/config-settings/start/index.html +++ /dev/null @@ -1,25 +0,0 @@ -Start [ Auto | Manual ] · Auto Clicker - AutoFill v4.x -

    Start [ Auto | Manual ]

    Now start extension process using hotkey default hotkey is Ctrl + Shift + A

    -On this page

    Many times you need to start extension without refreshing whole page then manual start can help you with it

    • Enable Manual Start
    • Refresh target page once to switch from Auto - Manual mode
    • You can check status bar to find Manual mode is enabled.
    • Press Ctrl + Shift + A to start extension
    • You can update hotkey from settings
    \ No newline at end of file diff --git a/docs/4.x/configuration/action/index.html b/docs/4.x/configuration/action/index.html new file mode 100644 index 00000000..c2ce00e2 --- /dev/null +++ b/docs/4.x/configuration/action/index.html @@ -0,0 +1,2 @@ +https://getautoclicker.com/docs/4.x/action/overview/ + \ No newline at end of file diff --git a/docs/4.x/batch/overview/index.html b/docs/4.x/configuration/batch/index.html similarity index 71% rename from docs/4.x/batch/overview/index.html rename to docs/4.x/configuration/batch/index.html index 9a6c6a52..93dc6cc7 100644 --- a/docs/4.x/batch/overview/index.html +++ b/docs/4.x/configuration/batch/index.html @@ -1,5 +1,5 @@ -Batch · Auto Clicker - AutoFill v4.x -
    Skip to main content +Batch · Auto Clicker - AutoFill v4.x +

    Repeat

    If you want specific batch to repeat more than once you can provide repeat value.

    Its also used within ElementFinder Xpath and value to be replaces with the value of batch repeat index. e.g. If Element Finder need to be iterated over number of rows in table for that xpath will be //table/tr[1]/td[1]/button well this will only select the first row button and if you want to iterate the process for all button you can make use of batch repeat here like //table/tr[<batchRepeat>]/td[1]/button like this and repeat number 3 will iterate first three rows of table like [1..3].

    Examples

    • positive numeric value 1 to 999

    Repeat Interval

    If you want to control the time between each repeat you can provide repeat-interval as well.

    Examples

    • 1
    • 1.5
    • 0.5
    • 2
    • 1e4 (Random value between 1 to 4)
    • Leave it blank / empty to start right away
    Its not mandatory field. if left blank extension will start executing right away.
    Repeat value is mandatory for Repeat Interval.

    Refresh

    If you want your site to be refresh after all the Action are completed successfully you can do that by checking refresh box.

    Refresh functionality will only trigger once all the actions are completed successfully.

    Refresh will override Batch Repeat

    It do not work with repeat functionality. You can either use batch repeat or page refresh.

    \ No newline at end of file diff --git a/docs/4.x/configuration/enable-disable/index.html b/docs/4.x/configuration/config-settings/index.html similarity index 67% rename from docs/4.x/configuration/enable-disable/index.html rename to docs/4.x/configuration/config-settings/index.html index 2aaeefbe..ab04e479 100644 --- a/docs/4.x/configuration/enable-disable/index.html +++ b/docs/4.x/configuration/config-settings/index.html @@ -1,5 +1,5 @@ -Enable / Disable · Auto Clicker - AutoFill v4.x -
    Skip to main content +Configuration Settings · Auto Clicker - AutoFill v4.x +

    Start [ Auto | Manual ]

    Many times you need to start extension without refreshing whole page then manual start can help you with it

    • Enable Manual Start
    • Refresh target page once to switch from Auto - Manual mode
    • You can check status bar to find Manual mode is enabled.
    • Press Ctrl + Shift + A to start extension
    • You can update hotkey from settings

    Extension Load

    Event TypeDefaultDescription
    Windowtrue
    • Extension is loaded when all content of page is loaded e.g. stylesheets, images, sub forms
    • Slower than Document
    Documentfalse
    • Extension is loaded without waiting for stylesheets, images, and subframes to finish loading
    • Faster than Window

    Hotkey

    Set hotkey to start extension, It must be combination of below

    • Ctrl + key
    • Ctrl + Shift + key
    • Alt + key
    • Alt + Shit + key
    • Ctrl + Alt + Shit + key

    Check how to set Manual Start

    Google Sheet ID

    It’s important part for Auto Clicker Auto Fill extension to fetch the Google Sheets data. It helps extension to fetch the data from that particular sheet only. Auto Clicker Auto Fill don’t fetch your entire google sheets neither look for data within sheets. It only fetches data during runtime.

    Start Time Configuration

    You can configure the extension to execute a task at a specific start time each day. The start time should be provided in the HH:mm:ss:fff format.

    Examples:

    • Before 12 AM: “08:30:00:000” for 8:30 AM
    • After 12 AM: “23:45:00:000” for 11:45 PM

    Important Notes:

    • This function does not execute immediately upon page refresh; it waits until the specified time of day to execute.
    • Currently, this functionality is supported in Auto mode only. In Manual mode, the task is triggered by a user-defined hotkey.

    URL Match

    You can configure the extension to match specific URLs using either exact match or regular expressions.

    • Exact Match : Use exact match to target a specific URL.
    • Regular Expression Match : Use regular expressions to target multiple URLs that follow a specific pattern.

    Example:

    • Exact Match: https://www.example.com/page
    • Exact Match: https://www.example.com/login
    • Regex Match: ^https://www\.example\.com/.*$
    • Regex Match: ^https://www\.example\.com/products/.*$

    Bypass Browser Default

    You can configure the extension to bypass the browser’s default alert, confirm, and prompt dialogs, and handle them within the main window.

    • Alert: Bypass the default alert dialog and display a custom message within the main window.
    • Confirm: Bypass the default confirm dialog and handle the confirmation within the main window.
    • Prompt: Bypass the default prompt dialog and handle the input within the main window.
    \ No newline at end of file diff --git a/docs/4.x/configuration/duplicate/index.html b/docs/4.x/configuration/duplicate/index.html deleted file mode 100644 index 692a8fd9..00000000 --- a/docs/4.x/configuration/duplicate/index.html +++ /dev/null @@ -1,25 +0,0 @@ -Duplicate Configuration · Auto Clicker - AutoFill v4.x -

    Duplicate Configuration

    You want same set of actions and its condition to be repeated for different URL its now simple just by selecting duplicate configuration it will copy existing configuration add into configuration list just like that.

    -On this page

    Duplicate configuration copy the data including URL and all its actions without changing anything except name. it adds Duplicate key at the end of name just to indicate that its duplicated from some other configuration.

    Make sure to change the URL of duplicated configuration so it dont conflict with existing configuration. And as you know already that order of configuration in configuration list is very important if a URL matches more than one configuration it will select the first matching configuration from list and execute same.

    \ No newline at end of file diff --git a/docs/4.x/configuration/export-import/index.html b/docs/4.x/configuration/export-import/index.html deleted file mode 100644 index 51bb4ad8..00000000 --- a/docs/4.x/configuration/export-import/index.html +++ /dev/null @@ -1,25 +0,0 @@ -Export & Import · Auto Clicker - AutoFill v4.x -
    \ No newline at end of file diff --git a/docs/4.x/configuration/init-wait/index.html b/docs/4.x/configuration/init-wait/index.html deleted file mode 100644 index 112c31fb..00000000 --- a/docs/4.x/configuration/init-wait/index.html +++ /dev/null @@ -1,25 +0,0 @@ -Init Wait · Auto Clicker - AutoFill v4.x -

    Init Wait stands for Initial Wait. Initial Wait to start particular batch/action. Waiting time is provided in sec. It can be used were extension need to wait few more sec for page to load fully before starting its process.

    -On this page

    Examples

    • 1
    • 1.5
    • 0.5
    • 2
    • 1e4 (Random value between 1 to 4)
    • Leave it blank / empty to start right away
    Its not mandatory field. if left blank extension will start executing right away.
    \ No newline at end of file diff --git a/docs/4.x/configuration/name/index.html b/docs/4.x/configuration/name/index.html deleted file mode 100644 index 5231b952..00000000 --- a/docs/4.x/configuration/name/index.html +++ /dev/null @@ -1,25 +0,0 @@ -Name · Auto Clicker - AutoFill v4.x -
    \ No newline at end of file diff --git a/docs/4.x/configuration/overview/index.html b/docs/4.x/configuration/overview/index.html index d802491f..2ad76546 100644 --- a/docs/4.x/configuration/overview/index.html +++ b/docs/4.x/configuration/overview/index.html @@ -16,10 +16,10 @@ Dark
  • Configuration

    This is main part of configuration section you need to provide url of site in which you need to Auto clicker - AutoFill.

    Configuration

    This is main part of configuration section you need to provide url of site in which you need to Auto clicker - AutoFill.

    -On this page

    Configuration is everything in extension. Every things extension does are instructed using configuration only. You need to configuration your site in order to automate it.

    It consist of below parts

    • Name - to uniquely identify a configuration or to add some information you can write it in name which helps you easily identify what this configuration is all about and what its going to do.
    • URL - This is one of the main part of configuration every configuration starts from here only. It can contain plain URL or regex expression to match particular URL. if a site is opened and it matches this URL in configuration it takes all action from configuration and perform on site. If there are more than one configuration which matches the URL of page it will take the first configuration from list. and hence order of configuration is important.
    • Init Wait - many times our page take one or two sec to load completely this is totally dependent on site where its hosted or where its being accessed from . using which device or browser we are accessing. what is our network strength. all this things make page load faster or slow. Also there is scenario where page is loaded but you see loader in page and content is loaded later. This is because of single page application platform. In all above cases you can added init wait which makes extension to wait for that particular amount of time before starting execution.
    • Enable - This switch function is not that much used but it can be handy when you want to disable any particular configuration.
    • Export & Import - Export and Import configuration is used when you want to take backup of your configuration or share your configuration with some one. you can simply export your configuration and inform your friend to import that configuration. One important point here is it dont export settings from global if there is any specific setting in global you need to take screen shot and share.
    \ No newline at end of file diff --git a/docs/4.x/configuration/start-time/index.html b/docs/4.x/configuration/start-time/index.html deleted file mode 100644 index f3021c95..00000000 --- a/docs/4.x/configuration/start-time/index.html +++ /dev/null @@ -1,25 +0,0 @@ -Start Time · Auto Clicker - AutoFill v4.x -

    Start Time

    Try Schedule URL our new browser extension. It’s used to schedule webpage / URL at particular day and time.

    -On this page

    We have removed start time feature from configuration page. But existing setting will continue to wok for those you have already configured. All existing functionality of Start time is migrated to our new extension and it got few advanced features as well

    \ No newline at end of file diff --git a/docs/4.x/configuration/url/index.html b/docs/4.x/configuration/url/index.html index b190e605..32341a1a 100644 --- a/docs/4.x/configuration/url/index.html +++ b/docs/4.x/configuration/url/index.html @@ -16,7 +16,7 @@ Dark
  • You need to paste the URL of site on which you need automate click / fill functionality. You can simply copy and paste the URL or you can also use regular expression to cover more than one URL.

    You need to paste the URL of site on which you need automate click / fill functionality. You can simply copy and paste the URL or you can also use regular expression to cover more than one URL.

    diff --git a/docs/4.x/extension/language/index.html b/docs/4.x/extension/language/index.html index 8138103e..6982db74 100644 --- a/docs/4.x/extension/language/index.html +++ b/docs/4.x/extension/language/index.html @@ -16,7 +16,7 @@ Dark
  • Switch between different languages in the extension

    Switch between different languages in the extension

    diff --git a/docs/4.x/extension/log/index.html b/docs/4.x/extension/log/index.html index 0c227e01..68c94eec 100644 --- a/docs/4.x/extension/log/index.html +++ b/docs/4.x/extension/log/index.html @@ -16,7 +16,7 @@ Dark
  • Extension statistics now can be tracked in much better way

    Extension statistics now can be tracked in much better way

    diff --git a/docs/4.x/extension/status-bar/index.html b/docs/4.x/extension/status-bar/index.html index b1f9fa3c..bdb82d44 100644 --- a/docs/4.x/extension/status-bar/index.html +++ b/docs/4.x/extension/status-bar/index.html @@ -16,7 +16,7 @@ Dark
  • Status Bar

    Extension status now can be tracked in much better way

    Status Bar

    Extension status now can be tracked in much better way

    diff --git a/docs/4.x/extension/theme/index.html b/docs/4.x/extension/theme/index.html index 2b28780c..df3168d5 100644 --- a/docs/4.x/extension/theme/index.html +++ b/docs/4.x/extension/theme/index.html @@ -16,7 +16,7 @@ Dark
  • Customize the appearance of the extension with Dark Mode and Light Mode

    Customize the appearance of the extension with Dark Mode and Light Mode

    diff --git a/docs/4.x/getting-started/download/index.html b/docs/4.x/getting-started/download/index.html index fcc9f708..083cdef1 100644 --- a/docs/4.x/getting-started/download/index.html +++ b/docs/4.x/getting-started/download/index.html @@ -16,7 +16,7 @@ Dark
  • Download Auto Clicker - Auto Fill for your fav browser Chrome and Edge

    Download Auto Clicker - Auto Fill for your fav browser Chrome and Edge

    diff --git a/docs/4.x/getting-started/introduction/index.html b/docs/4.x/getting-started/introduction/index.html index 078b52ce..c919c1e3 100644 --- a/docs/4.x/getting-started/introduction/index.html +++ b/docs/4.x/getting-started/introduction/index.html @@ -16,10 +16,10 @@ Dark
  • Introduction

    Auto Click / Auto Fill is like a utility extension which helps user to click / fill on any website with by providing few information about the site and the button which they want to click.

    Introduction

    Auto Click / Auto Fill is like a utility extension which helps user to click / fill on any website with by providing few information about the site and the button which they want to click.

    -On this page

    Quick start

    • Download extension
    • Go to webpage on which you need to perform click/fill automation.
    • Right click button, input, textarea, or any UI element ,
    • select Auto Clicker - AutoFill option from menu.
      • select ★ Configure for this Field
        • You will be redirected to configuration page of extension, with pre filled value
        • URL of webpage
        • Element Finder of UI element.
      • select ☉ Auto Clicker (Record) options
        • Extension will track all your actions and create configuration for you

    Additional (Advance)

    Community

    Stay up to date on the features of Auto Clicker - AutoFill and reach out to the community with these helpful resources.

    You can also follow @getautoclicker on Twitter for the latest gossip and awesome music videos.

    \ No newline at end of file diff --git a/docs/4.x/record/overview/index.html b/docs/4.x/record/overview/index.html index c3c96c7b..ebe9343a 100644 --- a/docs/4.x/record/overview/index.html +++ b/docs/4.x/record/overview/index.html @@ -16,7 +16,7 @@ Dark
  • Recording (Configure Page)

    Now click on record option and perform all action which you want to automate and save directly into configuration

    Recording (Configure Page)

    Now click on record option and perform all action which you want to automate and save directly into configuration

    diff --git a/docs/4.x/session/overview/index.html b/docs/4.x/session/overview/index.html index 72abda6a..a78449a9 100644 --- a/docs/4.x/session/overview/index.html +++ b/docs/4.x/session/overview/index.html @@ -16,7 +16,7 @@ Dark
  • The <sessionCount> parameter plays a crucial role in managing the value field within our system. This count increments each time the page is refreshed, whether manually or through form submission. You can access the current <sessionCount> using the <sessionCount> variable.

    The <sessionCount> parameter plays a crucial role in managing the value field within our system. This count increments each time the page is refreshed, whether manually or through form submission. You can access the current <sessionCount> using the <sessionCount> variable.

    diff --git a/docs/4.x/settings/backup/index.html b/docs/4.x/settings/backup/index.html index ad396a51..36cb5152 100644 --- a/docs/4.x/settings/backup/index.html +++ b/docs/4.x/settings/backup/index.html @@ -16,7 +16,7 @@ Dark
  • Settings · Backup

    Backup / Retrieve your configuration safely on your Google Drive

    Settings · Backup

    Backup / Retrieve your configuration safely on your Google Drive

    diff --git a/docs/4.x/settings/google-sheets/index.html b/docs/4.x/settings/google-sheets/index.html index dbd606a4..3a468f7b 100644 --- a/docs/4.x/settings/google-sheets/index.html +++ b/docs/4.x/settings/google-sheets/index.html @@ -16,11 +16,11 @@ Dark
  • Settings · Google Sheets

    Extension can fetch the values from your Google Sheets and fill the forms on behalf of you.

    Settings · Google Sheets

    Extension can fetch the values from your Google Sheets and fill the forms on behalf of you.

    -On this page

    Google Sheets Login

    Auto Clicker Auto Fill extension require your google sheets readonly permission in order to read cell values from it. It require below two scopes. Click on Connect with Google Sheets

    Google Sheets Scope

    • https://www.googleapis.com/auth/spreadsheets.readonly
    • https://www.googleapis.com/auth/userinfo.profile

    After you connect with Google Sheets go to configuration settings and add Google Sheet ID

    Auto Clicker Auto Fill extension Google may warn you with below error as Google only review application which are in production version and not which are in Development or testing phase. In order to proceed click on Advance and Go to Auto Clicker Auto Fill (unsafe). +On this page

    Google Sheets Login

    Auto Clicker Auto Fill extension require your google sheets readonly permission in order to read cell values from it. It require below two scopes. Click on Connect with Google Sheets

    Google Sheets Scope

    • https://www.googleapis.com/auth/spreadsheets.readonly
    • https://www.googleapis.com/auth/userinfo.profile

    After you connect with Google Sheets go to configuration settings and add Google Sheet ID

    Auto Clicker Auto Fill extension Google may warn you with below error as Google only review application which are in production version and not which are in Development or testing phase. In order to proceed click on Advance and Go to Auto Clicker Auto Fill (unsafe).
    \ No newline at end of file diff --git a/docs/4.x/settings/overview/index.html b/docs/4.x/settings/overview/index.html index 7e6e74c8..26b603d4 100644 --- a/docs/4.x/settings/overview/index.html +++ b/docs/4.x/settings/overview/index.html @@ -16,10 +16,10 @@ Dark
  • Global Settings

    The Global Settings section in the application provides various options to control notifications, retries, backups, integrations, and advanced features to enhance user experience. Below is a detailed explanation of each section, presented in a structured and user-friendly format.

    Global Settings

    The Global Settings section in the application provides various options to control notifications, retries, backups, integrations, and advanced features to enhance user experience. Below is a detailed explanation of each section, presented in a structured and user-friendly format.

    Notification Settings

    Notification settings allow you to control how the extension displays notifications to the user. These settings include:

    Notification TypeDescription
    Action CompleteNotifies when an individual action is completed.
    Batch CompleteNotifies when a batch of actions is completed.
    Configuration CompleteNotifies when a configuration process is completed.
    Error NotificationsNotifies when an error occurs during execution.

    Additional Options:

    • Silent Mode: Show notifications without sound.
    • Sound Alerts: Play a sound with notifications.
    • Discord Integration: Connect the extension to a Discord server. When enabled:
      • Notifications (e.g., action complete, batch complete, errors) are sent to the user’s Discord account.
      • Users must be part of the same Discord server and allow direct messages from server members.

    Retry

    Retry settings control how the extension handles cases where an element is not found on the page.

    FieldTypeDefault ValueDescription
    Retry CountNumber5Number of retry attempts for locating an element.
    Retry IntervalFloat (seconds)1Interval (in seconds) between retries.
    Retry OptionDropdownSTOPAction to take when retries are exhausted. Options include:

    These settings apply globally unless overridden at the action level.

    Backup

    Backup settings allow users to store and manage configuration files using Google Drive.

    OptionDescription
    Backup FrequencyChoose when backups occur: Daily, Weekly, Monthly, or Now.
    Opt-OutDisable automatic backups.
    View BackupsView the current backup files stored in Google Drive.

    Google Sheets

    • Users can connect their Google Sheets account to fetch data and auto-fill it into web pages.

    IFrame Handling

    OptionDescription
    Check IFrame EnabledEnsures the extension can search for elements within an iframe, provided the iframe lacks a src.
    Separate ConfigurationsRequired for iframes with a src attribute; create specific configurations for these cases.

    Error Handling

    OptionDescription
    Reload on ErrorAutomatically reload the webpage if a technical error occurs within the extension.

    Status Bar Location

    Users can customize the status bar’s position or disable it altogether.

    Location OptionsDescription
    Top LeftPlaces the status bar in the top-left corner of the screen.
    Top RightPlaces the status bar in the top-right corner of the screen.
    Bottom LeftPlaces the status bar in the bottom-left corner of the screen.
    Bottom RightPlaces the status bar in the bottom-right corner of the screen.
    DisabledHides the status bar.
    By configuring these global settings, users can tailor the extension to their specific needs and preferences, ensuring an optimized and seamless experience.

    \ No newline at end of file diff --git a/docs/4.x/settings/retry/index.html b/docs/4.x/settings/retry/index.html index 141be5e5..09131963 100644 --- a/docs/4.x/settings/retry/index.html +++ b/docs/4.x/settings/retry/index.html @@ -16,10 +16,10 @@ Dark
  • Settings · Retry

    Retry finding an element on a webpage for a specified number of times. The default is 5.

    Settings · Retry

    Retry finding an element on a webpage for a specified number of times. The default is 5.

    -On this page

    Retry

    Retry finding an element on a webpage for a specified number of times. The default is 5.

    Specify a positive numeric value between 1 and 999.

    Retry Interval

    The time interval between retries. The default is 1 second.

    Examples

    • 1
    • 1.5
    • 0.5
    • 2
    • 1e4 (Random value between 1 to 4)
    • Leave it blank / empty to start right away

    This field is optional. If left blank, the extension will start executing immediately.
    The repeat value is mandatory for the Retry Interval.

    Retry Options

    Choose what should happen if the element is not found after the specified number of retries. default is STOP.

    OptionDescription
    STOPStops execution if the element is not found.
    SKIPSkips the action and proceeds to the next one.
    REFRESHRefreshes the webpage and retries the action.

    \ No newline at end of file diff --git a/docs/4.x/settings/show-notification/index.html b/docs/4.x/settings/show-notification/index.html index 0068b5fd..d7ed3013 100644 --- a/docs/4.x/settings/show-notification/index.html +++ b/docs/4.x/settings/show-notification/index.html @@ -16,7 +16,7 @@ Dark
  • Settings · Show Notification

    Select what should happen if element is not found after no of retry.

    Settings · Show Notification

    Select what should happen if element is not found after no of retry.

    diff --git a/docs/4.x/settings/status-bar-location/index.html b/docs/4.x/settings/status-bar-location/index.html index 413081ac..84dd42e8 100644 --- a/docs/4.x/settings/status-bar-location/index.html +++ b/docs/4.x/settings/status-bar-location/index.html @@ -16,7 +16,7 @@ Dark
  • Status Bar Location

    Customize the status bar’s position or disable it altogether.

    Status Bar Location

    Customize the status bar’s position or disable it altogether.

    diff --git a/sitemap.xml b/sitemap.xml index af105b71..30d38d2a 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -1 +1 @@ -https://getautoclicker.com/docs/4.x/common/value/click-events/https://getautoclicker.com/docs/4.x/common/value/exec-command/https://getautoclicker.com/docs/4.x/common/value/form-events/https://getautoclicker.com/docs/4.x/common/value/scroll-to/https://getautoclicker.com/docs/4.x/action/overview/https://getautoclicker.com/docs/4.x/action/columns-filter/https://getautoclicker.com/docs/4.x/action/disable/https://getautoclicker.com/docs/4.x/action/element-finder/https://getautoclicker.com/docs/4.x/action-settings/error-handling/https://getautoclicker.com/docs/4.x/action-settings/iframe-first/https://getautoclicker.com/docs/4.x/action/init-wait/https://getautoclicker.com/docs/4.x/action/name/https://getautoclicker.com/docs/4.x/action/repeat/https://getautoclicker.com/docs/4.x/action/repeat-interval/https://getautoclicker.com/docs/4.x/action-settings/retry/https://getautoclicker.com/docs/4.x/action-settings/retry-interval/https://getautoclicker.com/docs/4.x/action-condition/overview/https://getautoclicker.com/docs/4.x/action-settings/overview/https://getautoclicker.com/docs/4.x/action-value/overview/https://getautoclicker.com/docs/4.x/addon/overview/https://getautoclicker.com/docs/4.x/addon/condition/https://getautoclicker.com/docs/4.x/addon/element-finder/https://getautoclicker.com/docs/4.x/addon/recheck/https://getautoclicker.com/docs/4.x/addon/recheck-interval/https://getautoclicker.com/docs/4.x/addon/recheck-options/https://getautoclicker.com/docs/4.x/addon/value/https://getautoclicker.com/docs/4.x/addon/value-extractor/https://getautoclicker.com/docs/4.x/action-value/append/https://getautoclicker.com/docs/4.x/action-value/attribute/https://getautoclicker.com/https://getautoclicker.com/docs/4.x/batch/overview/https://getautoclicker.com/docs/4.x/action-value/batch-repeat/https://getautoclicker.com/docs/4.x/config-list/bulk-export/https://getautoclicker.com/docs/4.x/config-list/bulk-import/https://getautoclicker.com/docs/4.x/config-list/bulk-remove/https://getautoclicker.com/docs/4.x/action-value/class/https://getautoclicker.com/docs/4.x/action-value/clipboard/https://getautoclicker.com/docs/4.x/configuration/overview/https://getautoclicker.com/docs/4.x/config-list/overview/https://getautoclicker.com/docs/4.x/action-value/copy/https://getautoclicker.com/docs/4.x/getting-started/download/https://getautoclicker.com/docs/4.x/configuration/duplicate/https://getautoclicker.com/docs/4.x/configuration/enable-disable/https://getautoclicker.com/docs/4.x/configuration/export-import/https://getautoclicker.com/docs/4.x/config-settings/extension-load/https://getautoclicker.com/docs/4.x/action-value/form-events/https://getautoclicker.com/docs/4.x/action-value/function/https://getautoclicker.com/docs/4.x/settings/overview/https://getautoclicker.com/docs/4.x/config-settings/google-sheet-id/https://getautoclicker.com/docs/4.x/action-value/google-sheets/https://getautoclicker.com/docs/4.x/config-settings/hotkey/https://getautoclicker.com/docs/4.x/configuration/init-wait/https://getautoclicker.com/docs/4.x/getting-started/introduction/https://getautoclicker.com/docs/4.x/action-value/key-events/https://getautoclicker.com/docs/4.x/action-value/keyboard-events/https://getautoclicker.com/docs/4.x/extension/language/https://getautoclicker.com/docs/4.x/action-value/location-command/https://getautoclicker.com/docs/4.x/extension/log/https://getautoclicker.com/docs/4.x/action-value/mouse-events/https://getautoclicker.com/docs/4.x/configuration/name/https://getautoclicker.com/docs/4.x/session/overview/https://getautoclicker.com/docs/4.x/action-value/paste/https://getautoclicker.com/docs/4.x/about/permissions/https://getautoclicker.com/docs/4.x/action-value/prepend/https://getautoclicker.com/policy/https://getautoclicker.com/docs/4.x/action-value/query-param/https://getautoclicker.com/docs/4.x/action-value/random-value/https://getautoclicker.com/docs/4.x/record/overview/https://getautoclicker.com/docs/4.x/batch/refresh/https://getautoclicker.com/docs/4.x/config-list/reorder/https://getautoclicker.com/docs/4.x/batch/repeat/https://getautoclicker.com/docs/4.x/batch/repeat-interval/https://getautoclicker.com/docs/4.x/action-value/replace/https://getautoclicker.com/docs/4.x/action-value/scroll-to/https://getautoclicker.com/docs/4.x/action-value/select-option/https://getautoclicker.com/docs/4.x/settings/backup/https://getautoclicker.com/docs/4.x/settings/google-sheets/https://getautoclicker.com/docs/4.x/settings/retry/https://getautoclicker.com/docs/4.x/settings/show-notification/https://getautoclicker.com/docs/4.x/config-settings/start/https://getautoclicker.com/docs/4.x/configuration/start-time/https://getautoclicker.com/docs/4.x/extension/status-bar/https://getautoclicker.com/docs/4.x/settings/status-bar-location/https://getautoclicker.com/docs/4.x/about/subscription/https://getautoclicker.com/docs/4.x/extension/theme/https://getautoclicker.com/docs/4.x/configuration/url/https://getautoclicker.com/docs/4.x/action-value/window-command/ \ No newline at end of file +https://getautoclicker.com/docs/4.x/common/value/click-events/https://getautoclicker.com/docs/4.x/common/value/exec-command/https://getautoclicker.com/docs/4.x/common/value/form-events/https://getautoclicker.com/docs/4.x/common/value/scroll-to/https://getautoclicker.com/docs/4.x/action/overview/https://getautoclicker.com/docs/4.x/action/columns-filter/https://getautoclicker.com/docs/4.x/action/element-finder/https://getautoclicker.com/docs/4.x/action/action-condition/https://getautoclicker.com/docs/4.x/action/action-settings/https://getautoclicker.com/docs/4.x/action-value/overview/https://getautoclicker.com/docs/4.x/addon/overview/https://getautoclicker.com/docs/4.x/addon/condition/https://getautoclicker.com/docs/4.x/addon/element-finder/https://getautoclicker.com/docs/4.x/addon/recheck/https://getautoclicker.com/docs/4.x/addon/recheck-interval/https://getautoclicker.com/docs/4.x/addon/recheck-options/https://getautoclicker.com/docs/4.x/addon/value/https://getautoclicker.com/docs/4.x/addon/value-extractor/https://getautoclicker.com/docs/4.x/action-value/append/https://getautoclicker.com/docs/4.x/action-value/attribute/https://getautoclicker.com/https://getautoclicker.com/docs/4.x/configuration/batch/https://getautoclicker.com/docs/4.x/action-value/batch-repeat/https://getautoclicker.com/docs/4.x/config-list/bulk-export/https://getautoclicker.com/docs/4.x/config-list/bulk-import/https://getautoclicker.com/docs/4.x/config-list/bulk-remove/https://getautoclicker.com/docs/4.x/action-value/class/https://getautoclicker.com/docs/4.x/action-value/clipboard/https://getautoclicker.com/docs/4.x/configuration/overview/https://getautoclicker.com/docs/4.x/config-list/overview/https://getautoclicker.com/docs/4.x/configuration/config-settings/https://getautoclicker.com/docs/4.x/action-value/copy/https://getautoclicker.com/docs/4.x/getting-started/download/https://getautoclicker.com/docs/4.x/action-value/form-events/https://getautoclicker.com/docs/4.x/action-value/function/https://getautoclicker.com/docs/4.x/settings/overview/https://getautoclicker.com/docs/4.x/action-value/google-sheets/https://getautoclicker.com/docs/4.x/getting-started/introduction/https://getautoclicker.com/docs/4.x/action-value/key-events/https://getautoclicker.com/docs/4.x/action-value/keyboard-events/https://getautoclicker.com/docs/4.x/extension/language/https://getautoclicker.com/docs/4.x/action-value/location-command/https://getautoclicker.com/docs/4.x/extension/log/https://getautoclicker.com/docs/4.x/action-value/mouse-events/https://getautoclicker.com/docs/4.x/session/overview/https://getautoclicker.com/docs/4.x/action-value/paste/https://getautoclicker.com/docs/4.x/about/permissions/https://getautoclicker.com/docs/4.x/action-value/prepend/https://getautoclicker.com/policy/https://getautoclicker.com/docs/4.x/action-value/query-param/https://getautoclicker.com/docs/4.x/action-value/random-value/https://getautoclicker.com/docs/4.x/record/overview/https://getautoclicker.com/docs/4.x/config-list/reorder/https://getautoclicker.com/docs/4.x/action-value/replace/https://getautoclicker.com/docs/4.x/action-value/scroll-to/https://getautoclicker.com/docs/4.x/action-value/select-option/https://getautoclicker.com/docs/4.x/settings/backup/https://getautoclicker.com/docs/4.x/settings/google-sheets/https://getautoclicker.com/docs/4.x/settings/retry/https://getautoclicker.com/docs/4.x/settings/show-notification/https://getautoclicker.com/docs/4.x/extension/status-bar/https://getautoclicker.com/docs/4.x/settings/status-bar-location/https://getautoclicker.com/docs/4.x/about/subscription/https://getautoclicker.com/docs/4.x/extension/theme/https://getautoclicker.com/docs/4.x/configuration/url/https://getautoclicker.com/docs/4.x/action-value/window-command/ \ No newline at end of file