jhoon
(jhoon)
November 7, 2022, 3:11am
1
I am automating a process in Chrome.
I switched the process that was previously performed in IE to Chrome, and a problem occurred.
Specifically, if click the “Save” button on the web, a pop-up window appears.
the click is performed normally, but an unspecified delay occurs after the click.
When I checked in DEBUG, after performing the “Save” button click successfully, it did not go to another activity and stayed at the “Save” button click part over 10 seconds.
DelayAfter property is not specified.
Hi @jhoon
What is the input method you are using in click activity?
jhoon
(jhoon)
November 7, 2022, 3:18am
3
Hi,
ClickType = Single
WaitForReady = NONE
SimulateClick = TRUE
AlterIfDisabled = TRUE
Try changing the wait for ready property to interactive or complete.
Hello @jhoon
Hope you have given the click inside a container( Application scope). Also, the configuration that you have provided is correct.
Can you share the screenshot of the property panel of this click activity?
Thanks
Hello @jhoon , Welcome to the uipath community.
Check the properties of DELAY AFTER where it should be null, and set the timeout as 3000.
If the next process will load or buffer it may take some time to load the page correctly.
jhoon
(jhoon)
November 7, 2022, 6:05am
7
It’s in Excel Application Scope and Attach Browser
And unfortunately, I can’t capture it due to security policy.
jhoon
(jhoon)
November 15, 2022, 12:35am
8
thanks for all replies,
I solved it by disabling the SimulateClick option.
Yoichi
(Yoichi)
November 15, 2022, 12:40am
9
Hi,
FYI, this might be caused by event matter. The following post might help you.
Hi,
It might be caused by event matter. So, can you try to use Parallel activity as the following steps?
First, put Parallel activity.
Next, put Click activity with simulate click mode to click button into left lane.
Then, put some activities to process item dialog until it closes into right lane.
[img20211124-a2]
Regards,
Regards,
jhoon
(jhoon)
November 15, 2022, 12:53am
10
It seems a very good solution
Thank you
system
(system)
Closed
November 18, 2022, 12:54am
11
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.