Check your understanding

 

Is the Anchor set correctly for this Get Text activity that should retrieve the transaction number?

 

Yes

 

No

 

Not quite. 

First, the target is set on "Transaction #:" and this is the text that the robot would retrieve. But it will not, because the Anchor is set on an element that changes with each click of the Accept button.

 

This means that when those number change, the robot will not find "Transaction #:".

 

Second, the target should be set on the number and the anchor on "Transaction#:".

 

 

Check your understanding

You want to automate a task that involves using the rpasamples.com/suppliers website. A series of misfortunate events happen. What is the solution?

Recommendation: Open the website to check the UI elements available and test your solution ideas in Studio.

The automation project contains just these 2 activities: a Use Browser resource - to open the Supplier website, and a Click action - to click on the "New Supplier" button. 

 

The issue is that depending on the user's location, the language in which the website is displayed changes. Therefore, you get error stating the "New Supplier" button cannot be found. 

 

What can you do?

  • Choose one of the options below
 

Add a Check App State action to verify if the website language is set to English.

 

Add multiple anchors for the New Supplier button.

 

Edit the validation methods to use only Selectors.

 

The desired state of the website is in the English language. Adding this extra check and adding to the workflow the logic which achieves language change will solve your problem.

 
 

After solving the language issue and entering the data for a New Supplier, you want to close this window by clicking on the "X" button. 

 

Something doesn't seem right...

  • Choose all the options that apply
 
  •  

    A duplicate was found.

  •  

    The UI element is not clickable.

  •  

    The target needs an anchor

When encoutering duplicate elements, you should add anchors to make the distinction between similar elements.

 

Which of the following factors increase the complexity of a potential automation?

  • Choose all the options that apply
  •  

    Legacy applications

  •  

    Inputs that cannot be standardized

  •  

    Having clear rules for each step

  •  

    The number of decision points in the business logic

 

In which panel can you see the results of the Log Message or Write Line activities?

 

Output

 

Activities

 

Project

 

Properties

 

Outline

 

Which are the steps of RPA implementations?

  • Choose one of the options below
 

Prepare RPA / Design RPA / Develop RPA / Test RPA / Implement RPA

 

Prepare RPA / Opportunity Assessment / Solution Design / Build RPA / Test RPA / Stabilize RPA / Constant improvement

 

 

Prepare RPA / Solution Design / Build RPA / Test RPA / Stabilize RPA / Constant improvement

 

Prepare RPA / Solution Design / Build RPA / Implement RPA / Constant improvement

 

Which of the following are input actions?

  • Choose all the options that apply
  •  

    Type into

  •  

    Get Text

  •  

    Send Hotkey

  •  

    Click

  •  

 

What happens when a Find Element activity does not find the desired element within the set Timeout property?

  • Choose one of the options below
 

 

The activity throws an exception and stops the execution

 

The activity returns a False value in a Boolean variable.

 

The next activity is executed.

 

 

Match the input methods with the correct definitions:

 

Simulate
  •  

 

 

An automation process using UI Interaction activities set to the default input method is running on Michelle's machine. Would you recommend that Michelle works on her machine while the process is running?

  • Choose one of the options below
 

 

Yes

 

No

 

Which of the following output activities extracts the hidden text from a UI element?

  • Choose one of the options below
 

Get Visible Text

 

Get Full Text

 

Get OCR Text

 

Data scraping extracts structured data from…

  • Choose all the options that apply
  •  

    The browser

  •  

    Documents

  •  

    Apps

     

     

     

Which of the following activities has a Boolean variable as the output?

  • Choose one of the options below
 

Element Exists

 

 

On Element Appears

 

Find Element

+ Recent posts