SeleniumHQ/selenium-ide
"Window Handle Name" instead of windowHandleName in .side project
Aperta
#1865 aperta il 28 set 2024
enhancementhacktoberfestneeds-triaging
Metriche repository
- Star
- (1315 stelle)
- Metriche merge PR
- (Nessuna PR mergiata in 30 g)
Descrizione
🐛 Bug Report
When you manually enter a window handle, the IDE saves with the wrong attribute name.
It sets in the project.side file:
"Window Handle Name": "win1066"
instead of "windowHandleName": "win1066",
To Reproduce
then save the project
Expected behavior
the IDE should save: "windowHandleName": "win1066" And when you run, it should switch focus to the new window to take action on.
Current behavior
the IDE saves: "Window Handle Name": "win1066"
Project file reproducing this issue (highly encouraged)
Environment
OS: Windows 11 Selenium IDE Version: 4.0.1-beta.14
Browser: Browser Version: I use the IDE...