I’m using Studio Web Community and I want to change UI Framework from Default to AA, so that I can interact with Chrome’s print screen. But I can’t find where to configure it.
Is it possible?
If it’s not possible, how can I interact with Chrome’s print screen with Studio Web?
You can not directly change the UI Framework. However, you can still interact with Chrome’s print screen by using the ‘Send Hotkey’ activities.
After opening the Chrome’s prinscreen window you can directly use type into activity to write ‘screenshot’ without any selector (the cursor already focus the textbox) Then you can use ‘Send Hotkey’ activity to send Arrow Keys and Enter keywords.
Thank you. My use case is the following:
The web application I interact with prints a report which I want to print as a PDF and then store it on a Google Drive. I have no possibility to modify the web application.
My only problem is how to interact with the Chrome print page, the rest I know how to do.