SeleniumHQ/selenium-ide

"Window Handle Name" instead of windowHandleName in .side project

开放

#1,865 创建于 2024年9月28日

 (4 条评论) (0 个反应) (0 位负责人)JavaScript (417 个派生)batch import
enhancementhacktoberfestneeds-triaging

仓库指标

星标
 (1,315 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

🐛 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

image 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" image

Project file reproducing this issue (highly encouraged)

new-win-repro.zip

Environment

OS: Windows 11 Selenium IDE Version: 4.0.1-beta.14

Browser: Browser Version: I use the IDE...

贡献者指南