Solved

RPA - How to setting or manage 'Search area' perimeter ?

  • 18 April 2023
  • 5 replies
  • 82 views

Badge +4

I have used ‘Detect object’ position for finding target object,

  1. First setting from ‘Record’ function by click on object, after that i tried debug that work well. called this step as ‘Ref’.
  2. After developing to other phase and come back to debug ‘Ref’. i found robot searching slip out of target area. (miss focus area from first setting.

Both condition, used same window size and application size (means all condition was same)
So how to set focus point for search option with ‘Detect object’ ?

Remark: i tried to used ‘Fixed position’ and ‘Relative position’ but not interested nether than ‘Detect object’.

icon

Best answer by Eli_Shteinberg 24 April 2023, 13:03

View original

5 replies

Userlevel 4
Badge +11

@Qootaro Did you review the detailed configuration and tips on Detected Object help?

Badge +4

@Sasan Yep, but i can’t find the solution to customize detection area in display pane. If i missing some detail on above, i would apologize.

Here is the border which i want to customize as refer to the red arrows in below photo.

 

Userlevel 2
Badge +4

Hey @Qootaro,

 

For getting the best resolute for web-based automation, our recommendation is to use the HTML DACs,
Using the HTML commands will not change the resolution of the element you want to detect by any page or other factors.
This is the most reliable way to detect any object on the web page.

 

See guides here:

https://help.nintex.com/en-US/kryonrpa/21.10/Content/AdvancedCommands/HTMLCommands/Get_HTML_Object.htm#UUIDae31970085ce6e7a35a1b198fcc457fc

https://help.nintex.com/en-US/kryonrpa/21.10/Content/AdvancedCommands/HTMLCommands/Click_on_HTML_Object.htm?tocpath=Studio%7CStudio%20Features%7CAdvanced%20Commands%7CHTML%20Commands%7C_____8#_Toc103165098

 

Please contact support if you need further guidance

Userlevel 1
Badge +6

Hello - i was wondering if you’re using 100% on DPI settings on the machine you’re recording.

Secondly - as @Eli_Shteinberg mentioned - we usually recommend removing the click core object (don’t remove the step - just the click under “flow settings” and replace them by advanced commands (e.g. html).

Third: the click core object you have used has a warning (object may not be unique, static or clean). If you prefer to stick to a visual click, maybe use an offset by first hovering over the blue dot and dragging it to a different object in the area - this is now your new object to be IMR’ed by NIntex Kryon RPA. Then press shift and hover over the dot on the new selected object and drag the line (orange) to the object you want to click on. 

Then run the wizard again and see if that helped. If not let us know.

Userlevel 5
Badge +20

Hi @Qootaro 
Did this discussion assist you with solving your question?

Reply