- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2023 03:22 AM
Hi Team,
I m trying to perform click action on Search button in Service Portal which where the search functionality is create on AI.
Currently my ATF step is failing as page is not navigating . Do anybody has ideas weather is possible
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 08:04 AM
ATF cannot test everything and has it's own limitations.
One of this is custom UI steps. You may not succeed in the custom UI steps since it depends on if the HTML element is found or not.
Please inform your customer about this
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2023 01:17 AM
Hi @Ravi Sharma
Try retrieving the search icon with the help of Manual Page Inspector,
If it is retriable then you can perform search by using Custom UI steps by first setting the field and then clicking the search component.
Mark it as helpful/solution if this helps.
Regd
ShQl
I did this search thing for one of my project,
***********************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.
***********************************************************************************************************************
Regards
Shaqeel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 04:19 AM
Hi Shaqeel,
I already performed the manual page inspector by chrome browser developer tool and its their. However when perform same with Custom UI and execute the step, in this case its showing step is passed but page is not navigating to other page. However when i perform same step manually it works.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 04:52 AM
For Custom UI you mean when you try to retrieve the element not execute, right?
And try to use click component and select the search icon.
***********************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.
***********************************************************************************************************************
Regards
Shaqeel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2023 07:57 AM
Yes when i performed retrieve component. I got the component, but after execution that particular step is showing as pass, however page is not getting navigated