Get Element Status
Last updated
Last updated
This is pre-built Action comes for captured radio button from Desktop Application Element. It instructs the Avo Assure Client to retrieve the status of the radio button which is captured and save the status in the given output variable.
Note: it will return either:
Selected (if the radiobutton is selected)
Unselected (if the radiobutton is not selected)
Input: N/A
Output: <Dynamic Variable>(Optional);<Dynamic Variable>(Optional)
You are testing a web form on an e-commerce site where users need to select their preferred payment method. The payment method selection includes a radio button for both "Credit Card" and "PayPal". The "PayPal" radio button is only enabled for users who have linked a PayPal account. The test case is to verify that the radio button for PayPal is disabled for users who haven't linked their account.
This "Get Element Status" Action needs to check the status of the "PayPal" radio button and save the status in the Output Variable.
The “Get Element Status” checks the status of captured button and stores Enabled in {result} Output Variable, which can be utilized for display or other purposes.