Click not working while running from main

I have a workflow which click on one attach button in the browser and it’s supposed to open the file window. It works when I run the individual workflow but while running from main the click goes through but doesn’t open the file window. Please help

@Rilna_Rilna

try with hardware events as input method may be simulate is not working

cheers

hi @Rilna_Rilna

Try with enabling either of below different properties for click activity.

  1. simulate
  2. window messages
  3. hardware events

if you are using classic activity, it would show up like below:
image

1 Like

Without simulate click it works when I run only individual workflow but it doesn’t work when running from main.

When i enable the simulate click, file window is opening, bot is entering the filename and then clicking on open button but the file is not reflecting in the application.
Without simulate click , running individual workflow the file is attaching.

Whats the reason that it doesn’t work when running from main.

Try adding some delay before the button click.

@Rilna_Rilna

Can you try via other options mentioned in above post and share the behavior?

@Rilna_Rilna

Then check your type into…typically there would be two different selectors for the type into box…both are little close itself..when you indicate you would see teo boxes so try indicating the selector which is different from the current one and check

Cheers

Try enabling the MV3 extension in the project. This setting is located under the browser section in Project Settings. It ensures that your automation uses the correct communication method to match your browser extension. Also check whether the selectors needs to be dynamic or not

Hope it helps

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