Cannot identify element in IE when process run from the Process Studio
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-09-17 10:59 PM
Hello, everyone!
I have such issue: when I run process from the Object studio BP identifies the element on the website, but when I run it from the Process studio, there is a message
"No elements match the supplied query terms".
When I press F11, evething is OK and every element is identified.
I use Internet Explorer.
I have such issue with all elements on this web site.
Does anyone meet the same problem?
Thank you in advance!
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-09-17 11:41 PM
The process executes the object logic much faster than when you run in Object Studio. My guess is that your BP logic is running too fast and not keeping pace with the target application - wait stages are either not robust enough or missing.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
26-09-17 11:47 PM
Jonh, thank tou for reply. I've added Wait stage and exepction, which cheaking, if element exist. Page with element is shown, but the prrocess go to exeption. I've tryed to run it with the normal speed, but I've got the same result.
Is it possible, that elements change some its characteristics, when I run process in the object and it the process studio?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-09-17 11:36 AM
1. Kindly check the attributes of the spied elements. You can refer the coding standards document to check/ un check the attributes of the spied elements.
OR
2. Proper usage of wait stages while transitioning from one page to another / awaiting for elements on page.
OR
3. Increase the speed of execution in your Business Object and try running.
Let know any progress
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-09-17 02:02 PM
Try using the Document Loaded wait condition instead of Check Exists.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-09-17 02:32 PM
priyanka.kammara, John Carter thank you for reply!
We added new steps Wait and the process ran OK.
priyanka.kammara, you've told about coding standards document. Where can I find this document?
Thank you!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
27-09-17 07:20 PM
