Doesn't it work that click_down, click_up on Background?

I want to copy text by specifying a range.

Then, I tried click down and click up and Copy selected text

it doesn’t seem to work well.

Of Course, I can try get full text but this is a little different from the result of manual operation (for example, whether there is a space between the table columns)

Doesn’t click_down and click_up work well on Background??

Fine
Kindly enable the property simulate click in the property panel and try once
And change the wait for ready property under target in property panel as COMPLETE

Cheers @n-shiumi

@Palaniyappan
I tried it and catch error message

19.7.0+Branch.master.Sha.8c253d13718eed5c7db27daef6facd1fe1b0d067

ソース: 選択されたテキストをコピー(Copy selected text)

メッセージ: 1 つ以上のエラーが発生しました。

例外の種類: System.AggregateException

RemoteException wrapping System.AggregateException: 1 つ以上のエラーが発生しました。  ---> RemoteException wrapping System.Exception: Empty clipboard 
   場所 UiPath.Core.Setup.GetClipboardText()
   場所 UiPath.Core.Activities.ClipboardWrapper.<>c.<GetText>b__4_0()
   場所 UiPath.Core.Retry.Do[ResultType](Func`1 action, Int32 timeoutMS, Int32 retryCount)
	--- End of inner exception stack trace ---
   場所 UiPath.Core.Activities.TaskAsyncCodeActivity`1.EndExecute(AsyncCodeActivityContext context, IAsyncResult result)
   場所 System.Activities.AsyncCodeActivity.System.Activities.IAsyncCodeActivity.FinishExecution(AsyncCodeActivityContext context, IAsyncResult result)
   場所 System.Activities.AsyncCodeActivity.CompleteAsyncCodeActivityData.CompleteAsyncCodeActivityWorkItem.Execute(ActivityExecutor executor, BookmarkManager bookmarkManager)

1 Like

It looks like the text is not copied to clipboard
— first use a click with click down selected
—use hover to move until certain range
—use a click with click up selected
—now use a copy to clipboard
—get the output with a variable of string

For more details,hope this could help you partially

Cheers @n-shiumi

1 Like

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