SeleniumHQ / selenium-ide

Open Source record and playback test automation for the web.
https://selenium.dev/selenium-ide/
Apache License 2.0
2.78k stars 756 forks source link

index number is wrong while recording in version 3.4.1 #446

Closed Nachikethan1 closed 5 years ago

Nachikethan1 commented 5 years ago

While recording, the select frame command chooses index number = 7, while the number should actually be 6. Previous version was working fine, i have to manually type the number to 6 (index=6) to work fine. Why does it increment the number +1 with the actual value? i have also attached the test.side Test.zip

Here is the reproducible steps to start from scratch: Open below URL: https://apps.autodesk.com/BIM360/en/Detail/Index?id=1459166100220459147&appLang=en&os=Web

Sign in with below credentials: user09733@gmail.com Password - qpalzm79 Click remind me later - if asked for extra protection click open link press ok . testpic

Chrome browser Win 10 OS

Nachikethan1 commented 5 years ago

I checked the same with Mozilla browser, here it records the index number as 5 and fails the test case. If i set it manually to 6, test case passes.

tourdedave commented 5 years ago

This fix was released yesterday. Can you confirm that it works for you @Nachikethan1?

Nachikethan1 commented 5 years ago

@tourdedave, I confirm that it works for me. Thank you for the fix.

tourdedave commented 5 years ago

\o/