Identify the element at run time
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-02-20 07:32 AM
Hi
I am trying to automating the browser application.There i am having one scenario like for some of the orders it will display the text box called "Confirmation #" for some the order number that text bx will not display.
So i need to find out at run time whether the text box is present or not if it is present then we have write the input , if it's not we no need to give input. can you please give me suggestion how to identify the element at run time
------------------------------
Sinduja ravi
------------------------------
I am trying to automating the browser application.There i am having one scenario like for some of the orders it will display the text box called "Confirmation #" for some the order number that text bx will not display.
So i need to find out at run time whether the text box is present or not if it is present then we have write the input , if it's not we no need to give input. can you please give me suggestion how to identify the element at run time
------------------------------
Sinduja ravi
------------------------------
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-02-20 07:38 AM
Hi Sinduja,
Are you able to capture that text box?
------------------------------
Gerald J
Automation Engineer
10xds
Kochi
+91-9159842805
------------------------------
Are you able to capture that text box?
------------------------------
Gerald J
Automation Engineer
10xds
Kochi
+91-9159842805
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-02-20 07:52 AM
Yes i can. for some order number i will see the text to enter the value and some order numbers i will not see that box. Depends on the order number it will change.
is there possibility to identify the text box is present or not at run time
------------------------------
Sinduja ravi
------------------------------
is there possibility to identify the text box is present or not at run time
------------------------------
Sinduja ravi
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-02-20 08:02 AM
Hi Sinduja,
Yes you can able to identify on a run-time, There are many methods to do that. Ease and simple way is
Using a dynamic wait stage > give the captured text box element as input > choose "Check exist".
This module will check for the element to appear if it detects it will proceed with flow by the median anchor if the element is not there it will go on time out link where you can proceed for next step.
Please find the attachment for better understanding.
------------------------------
Gerald J
Automation Engineer
10xds
Kerala/Kochi
+91-9159842805
------------------------------
Yes you can able to identify on a run-time, There are many methods to do that. Ease and simple way is
Using a dynamic wait stage > give the captured text box element as input > choose "Check exist".
This module will check for the element to appear if it detects it will proceed with flow by the median anchor if the element is not there it will go on time out link where you can proceed for next step.
Please find the attachment for better understanding.
------------------------------
Gerald J
Automation Engineer
10xds
Kerala/Kochi
+91-9159842805
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-02-20 09:39 AM
Yeah.. Thank you.. I got the point.
------------------------------
Sinduja ravi
------------------------------
------------------------------
Sinduja ravi
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-02-20 11:17 AM
Can you tell me how to add rows dynamically into collection in blue prism
------------------------------
Sinduja ravi
------------------------------
------------------------------
Sinduja ravi
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
07-02-20 11:41 AM
Hi Sinduja,
Drag and drop an action stage > Avoid utility collection and navigate to internal business object > Collections > "Add Row"
Use this in the loop so that each time a request is proceeding in the flow it will add a row in the collection.
Please find the attachment.
------------------------------
Gerald J
Automation Engineer
10xds
Kerala/Kochi
+91-9159842805
------------------------------
Drag and drop an action stage > Avoid utility collection and navigate to internal business object > Collections > "Add Row"
Use this in the loop so that each time a request is proceeding in the flow it will add a row in the collection.
Please find the attachment.
------------------------------
Gerald J
Automation Engineer
10xds
Kerala/Kochi
+91-9159842805
------------------------------
