Update on Default Actions

Modified on Wed, 31 Jul at 11:58 AM

Remove All Items

Issue: While adding default action  in the Edit Scenario Form or Node configuration process, remove all items default action isn't working as intended.

Resolution: To address this issue, a fix has been implemented in the backend code. The 'remove all items' default action is now working as intended. This action removes all items from the cart, and the supported UI elements for this action are Button and Link.

 


Verify Disabled

Issue: While automating web applications using Java Selenium framework, if 'verify disabled' default action may not work as intended for every XPath.
Resolution: To address this issue, make sure to use 'verify disabled' default action only when XPath of an UI element contains disabled attribute. 
Alternatively, you can use 'verify displayed' action.  While configuring the node, you need to enter the XPath in such a way that it uniquely identifies the disabled XPath. Use this XPath to check if the element is visible on the page. If the element is visible, then you can confirm that the UI element exists on the page. This helps verify that the disabled element is present on the page.


XPath Expression Failure for Sub-Categories in iOS App Automation

Issue: The XPath expression, which is used to locate and interact with elements representing sub-categories on a iOS App for selecting sub categories was not working in Mobile Automation for Python Appium framework, leading to difficulties in navigating to sub-category pages.

Resolution: To address this issue, it is recommended to use the tap action for fetching the XPath expression of sub categories. This adjustment ensures precise selection and navigation to the desired sub category pages on an iOS app.

 

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 at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article