My robot adjusts the screen zoom setting for some screen shots. After that, I’d like to restore the original setting, but I can’t figure out how to get that setting. Any ideas? The UiPath Chrome extension doesn’t seem to work on chrome://settings/appearance.
Restoring chrome zoom settings (100%) can be done by keys Ctrl+0, you can do that in your automation by using send hotkeys and sending the keys “Ctrl” and “0” (zero)