Capture AJAX Call Waiting Time

Used to capture AJAX call waiting time. No need to add static delay, as every Ajax request has a loader image while processing

Top Benefits

  • No need to add static delay for AJAX
  • Useful if wait time of AJAX call is not countable or huge data processing required on web
  • We can copy the bot lines and inject into other bots easily

Tasks

  • Capture the AJAX loader image or its container which has style as display:none or visibility:hidden
  • Keep checking with an infinite loop if loader is still on web page
  • Once the loader become invisible it means the AJAX call has been done

Used to capture AJAX call waiting time.  No need to add static delay, as every AJAX request has a loader image while processing.  The assumption is that the AJAX call has loader on your web application.

We can copy the bot lines and inject into other bots easily.  The logic behind the bot is:

  • Capture the AJAX loader image or its container which has style as display:none or visibility:hidden and then assign it to a variable
  • Keep checking with an infinite loop if loader is still on web page
  • Once the loader becomes invisible, it means the AJAX call has been done and we can proceed with other objects.
Buy Now

$50 USD per bot
Annual Subscription

Free 30-Day Trial

Request quote for more purchase options

Bot Security Program
Level 1
Applications
Business Process
Category
Downloads
40
Vendor
Automation Type
Bot
Last Updated
December 2, 2020
First Published
June 28, 2019
Platform
11.3.3
Support

See the Bot in Action

A Webpage with AJAX
Visible AJAX Loader
AJAX Output
PREV NEXT
A Webpage with AJAX
Visible AJAX Loader
AJAX Output

Setup Process

Install

Download the Bot and follow the instructions to install it in your AAE Control Room.

Configure

Open the Bot to configure your username and other settings the Bot will need (see the Installation Guide or ReadMe for details.)

Run

That's it - now the Bot is ready to get going!

Requirements and Inputs

  • Just capture the ajax loader image or its container which has style as display:none or visibility:hidden
  • Keep checking with an infinite loop if loader is still on web page.
  • A webpage with AJAX request.