CV Scope unable to click on submit button

Hi Team,

I am using cv screen scope activities to extract the data from inside of the vm.
We don’t have acces to access the applications out of the vm.

Here I am facing an error to click on submit icon.
That Submit icon some times available in middle of the page some times avaialble at bottom of the page.

Can anyone help me to solve this?

Thanks in advance

@Venkata_Sandhya

Same scenario i also faced recently, in cv click activity try use Scroll property.

here you can mention direction of scroll up or down
and you need to mention number scrolls you need to do.
and add some delay time then it will works.

Happy automation!!

2 Likes

Thanks for quick reply, let me check.

Hi @Venkata_Sandhya
Try this,

Use CV Click with image recognition for the “Submit” icon. Enable the Scroll to Element option to ensure visibility.
Alternatively, use Anchor Base with a stable element near the button. Increase timeouts if needed for better reliability.

If You found helpful, feel free to mark as a solution

It worked out. Thanks.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.