Handling Default Actions

Modified on Thu, 18 Apr 2024 at 07:25 PM

Default actions are the ones readily available as part of automation framework in algoQA. Action List provides the list of default actions supported for each of the automation types.


The following table provides you few of the the Default actions supported for a Web Automation using Java Selenium Framework.


UI ElementDescription ExampleDefault Action
Radio Button allows you to choose one item at a time To choose between options A and B, click on the radio button next to your preferred choice.

checked

Checkbox allows you to select one or multiple options from a list

To make your profile visible, select the check box and save your changes.
checked 
Buttons indicate an action upon touch and are labeled using a text.Click a button

clicked
A text box is an input area where you can type or enter text. Pressing Enter in the text box triggers the search action.
To perform a search, enter a keyword in the search box and press Enter.
select enter key

Buttons indicate an action upon touch and are labeled using a text.


Clicking on a link initiates a navigation action, either within the current page (internal link) or to a new page.

When you click the button or link, all the items in your cart will be removed, and you will be redirected to the shopping cart page.

remove all items


To add, modify or update a UI element, refer to article Adding or Modifying Default actions.



Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article