Currently, operations on pages starting with "chrome://" are supported, but this functionality may become unavailable in the future.
In addition, operations on "chrome://" pages are not currently supported when using Playwright.
For example, operations such as accessing "chrome://downloads" and checking the contents of downloaded files will no longer be possible. If the relevant operations are included in your test cases, please update the test cases by referring to the following.
Before:
1. Click on a downloaded file at "chrome://downloads"
After:
1. Save the locator value of the downloaded file to variable <filename>
2. Navigate to URL file:////var/www/magic_pod_work/downloads/${filename} (This path is for cloud browsers. Please change the path for a local PC.)