Test file uploaded via DCS

Problem

After uploading a file to AWS sometimes the customer wants to check it's functionality.

Solution

Testing can be done using the Desktop-Web Customization Service capabilities and Microsoft Edge.

Microsoft Edge can access and open most of the local files using the "file://" URL construction.

Example: driver.get("file:///C:/Temp/Uploaded_File.pdf");

See also the Perfecto Knowledgebase.