selenium-ide icon indicating copy to clipboard operation
selenium-ide copied to clipboard

Selenium Side runner - Type (open file) is no longer working

Open T1g3rs04T1g3rs04 opened this issue 1 year ago • 1 comments

💥 Regression Report

I'm using a very simple test to open a URL and upload a file using type command ie "id": "89b5c7b4-a840-44d0-ad17-6b6badc05a51", "comment": "", "command": "type", "target": "id=fileInputPP7", "targets": [], "value": "C:\PP7Document\AccountStatement_DB.pp7" This works fine in the IDE and uploads the file. I can then Convert it and download the resulting files. But in Selenium Side Runner I'm having issues and get this error: icrosoft Windows [Version 10.0.17763.379] (c) 2018 Microsoft Corporation. All rights reserved.

C:\Users\qatester>C:\Users\qatester\AppData\Roaming\npm\selenium-side-runner C:\Users\qatester\Downloads\PP7cutdown.side info: Running test AccountStatement_DB

RUNS AppData/Roaming/npm/node_modules/selenium-side-runner/dist/main.test.js console.warn Unexpected error occured during command: type-id=fileInputPP7-C:\PP7Document\AccountStatement_DB.pp7 retrying...

Ran all test suites within paths "C:\Users\qatester\AppData\Roaming\npm\node_modules\selenium-side-runner\dist\main.test.js".

Last working version

Worked up to version: 4.0.1

Stopped working in version:

To Reproduce

Run attached side file using command line ie similar to: C:\Users\qatester\AppData\Roaming\npm\selenium-side-runner C:\Users\qatester\Downloads\PP7cutdown.side

Expected behavior

The file should be uploaded converted and report and package files downloaded

Project file reproducing this issue (highly encouraged)

Attached side file (remove json extension)

Environment

OS: Selenium IDE Version: 3.17.2 Selenium SIDE Runner Version: 4.0.13 Please note that selenium-side-runner supports Node.js 18.16.1 --> Node version: Browser: Chrome Browser Version: 131.0.6778.87 PP7.side.json Master_BizGraph_Types.pp7.txt

T1g3rs04T1g3rs04 avatar Dec 05 '24 02:12 T1g3rs04T1g3rs04

I can also confirm that I have tried this and the file upload does not work.

Currently running the latest V4 release of Selenium IDE.

Moses2917 avatar Jan 23 '25 21:01 Moses2917