-
-
Notifications
You must be signed in to change notification settings - Fork 769
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Window Handle Name" instead of windowHandleName in .side project #1865
Comments
I am unable to replicate this issue with the current Selenium IDE version. Steps I tried:
|
Can you please tell me which exact version you tested to be sure? |
My apologies. I was testing in a much earlier version it seems (3.17), I can recreate it now in current dev |
I'm struggling to find the source of the added spaces, but this is also the first time I've ever looked at the ide code so it was never guaranteed... @toddtarsi you got any ideas? |
🐛 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)
new-win-repro.zip
Environment
OS: Windows 11
Selenium IDE Version: 4.0.1-beta.14
Browser:
Browser Version: I use the IDE...
The text was updated successfully, but these errors were encountered: