Universal Web adapters Flashcards
What application does universal web adapters support
Chrome
Firefox
Does Robot Studio work with all version of Firefox or Chrome
No. It only works with specific versions of each browser
What must you do on the host machine to develop a Robotic solution and run a deployed end user solution user Chrome and Firefox
Install and enable Chrome and Firefox browser extensions
Describe the BrowserType property relevant to Universal web adapters
This property determines the browser used for automating the web application
Is there a default property setting for BrowserType Universal web adapter?
Yes Google Chrome
The 3 most commonly configured properties for universal web adapter are?
StopMethod
CloseTimeout
TerminateTimeout
Describe the StopMethod Adapter property that apply for both Web Adapter and Universal Web Adapter
It sets how Pega Robotic Automation Studio stops the application when the StopMethod is called on the adapter
Describe the CloseTimeout Adapter property that apply for both Web Adapter and Universal Web Adapter
Specifies the amount of time, in milliseconds, Pega Robotic automation studio waits for the process to exit ahter the StopMethod has been called
This property is used when the StopMethod property is set to any of the ForceClose, ForceCloseThenTerminate, and SimulateCloseThenTerminate options
Describe the TerminateTimeout Adapter property that apply for both Web Adapter and Universal Web Adapter
Is used when the StopMethod property is set to any of the ForceCloseThenTerminate, SimulateCloseThenTerminate and Terminate options. After the CloseTimeout expires, Pega Robot Studio atempts to terminate the process.
Which 2 properties does Chrome and Firefox share
AcceptedDomains
BrowserStopMethod
Describe the AcceptedDomain property
This property specifies the list of domains that the adapter accepts
Describe the BrowserStopMethod property
This property determines what stops in the browser when the adapter stops You can Choose from these Options: 1) LeaveRunning 2) StopBrowser 3) StopMatchedDocuments 4) StopTrackedDocuments(Default)
What are limitations of the Universal Web Adapter
Plug-ins such as Java and Flash are not supported
You can integrate tables in UWA howerever the use of HTML Table Designer is not available for table interrogation
You are building a robotic solution to automate a web application the uses Internet Explorer application
Web application