總網頁瀏覽量

星期三, 9月 26, 2018

UiPath RPA Academy "Lesson 8 - Advanced Citrix Automation" 之學習心得 PART8

Lesson 8 - Advanced Citrix Automation


最近發現原來官方課程有在YouTube上。
今天又一次的kickoff,對於事務所的內部好像有了一些了解。
而自從9.13後,現在過了中秋也該找回一些良心。
重振旗鼓,發現我也許不是那種多工型的玩家;正當我向前加速,為什麼又忍不住往後看了呢?
false note...




What happens if Find Image doesn’t actually find the desired image?

An exception is thrown.
The output of the action will be a null object and the flow will carry on.

How can the robot pass a variable argument when opening an application in Citrix (eg: a web address for a browser)?

Setting the argument to the shortcut on the desktop
With an Open Application activity(X)
Cannot be done(X)
In the command prompt, type in the path to the application and the argument

Can a Pick Branch activity be used alone?

No, it can only be added inside a Pick activity body.
Yes, for example, inside a Then/Else section of an If activity.(X)

What is the EASIEST navigation method to be used in a form within Citrix?

By using Click with fixed coordinates(X)
By using Click relative to image(X)
By sending keyboard commands/hotkeys

What does the Find Image activity return?

A PNG image.(X)
A boolean variable, whose value depends on whether the image was found or not.(X)
An UI element object.

If a Click Image activity was created with an image of an icon, and meanwhile that icon becomes highlighted, will the activity still work?

Yes, the robot will always find it.
No, if the accuracy is too high.
Yes, if the clipping region avoids the background of the icon.

What can be done when the Windows Remote Connection doesn’t allow sending hotkeys?

There’s nothing that can be done.
It should work if the Windows Remote Connection is in ‘full-screen’ mode.
Send hotkeys after performing a click on the remote desktop window.(X)

Which of the following activities can be used to select an item in drop down list, in Citrix?

Click OCR Text
Select Item(X)
Click Image
Click Text(X)

How do you reset a clipping region?

With a Set Clipping Region activity
With a Find Image activity
With a Break activity(X)
It doesn't need to be reset(X)

How can we make sure that an app is in a certain state in a Citrix environment?

By checking the UI element’s attributes.
By waiting for certain UI elements to appear or disappear and making decisions based on that.
By making use of the WaitForReady property.(X)

How can you start an application within a Citrix environment?

Defining a shortcut key and then triggering the app with a Send Hotkey activity
Double clicking the application icon on the desktop
Using a Open Application activity(X)
Using a Start Process activity(X)


Imagine you have to use a Type Into activity in an element that loads slowly. Will it be a good idea to add some delays before executing Type Into?
No, this solution is not reliable because sometimes the loading time can take more than the delay time.
Yes, use On image appear and start typing only after the trigger happens.
Yes, it’ll give the robot some time and when the element is loaded it can carry on typing.(X)

SHARE AND LIKE IF IT HELPS

沒有留言:

張貼留言

Related Posts Plugin for WordPress, Blogger...