Well, you need to get your userAgent and browser version to match. CreepJS shows that you have v109 userAgent running in Chrome 114, so you need to set userAgent to version 114.
Though I am not familiar with other errors, it states that you have something bad going on with canvas and client rects
problem downloading an mp4 to my hard drive
-
I can't create an action on BAS to download an MP4 video to my hard drive, even though the website allows me to click on their button and download the video file. I tried with the 'Open File Result' action, but I can only use this action for uploading a file. When I click on the site's button, nothing happens. Do you know which action I can use?
Thanks
-
You need to use the "Download" action from the "HTTP Client" module.

-
@paulvernier said in problem downloading an mp4 to my hard drive:
I can't create an action on BAS to download an MP4 video to my hard drive, even though the website allows me to click on their button and download the video file. I tried with the 'Open File Result' action, but I can only use this action for uploading a file. When I click on the site's button, nothing happens. Do you know which action I can use?
Thanks
After clicking on the button on the website, use the "Wait File Download" action to wait for the file to download. The variable "[[DOWNLOADED_FILE_PATH]]" will contain the path to the downloaded file (the file is saved with a random name, this is done for security). To rename a file, use the "Move File/Folder" action
-
@Fox said in problem downloading an mp4 to my hard drive:
The variable "[[DOWNLOADED_FILE_PATH]]" will contain the path to the downloaded file
Here