You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If select command has a value of index, the result is incompatible with selenium-side-runner. In Selenium IDE, the index of 6 is the seventh child. However in selenium-side-runner, it is the sixth child.
🐛 Bug Report
If
select
command has a value ofindex
, the result is incompatible with selenium-side-runner. In Selenium IDE, the index of 6 is the seventh child. However in selenium-side-runner, it is the sixth child.https://github.com/SeleniumHQ/selenium-ide/blob/trunk/packages/side-runtime/src/webdriver.ts#L2096
To Reproduce
Steps to reproduce the behavior:
I provided a script below
Expected behavior
A clear and concise description of what you expected to happen.
Selenium IDE and selenium-side-runner are compatible.
Project file reproducing this issue (highly encouraged)
Please provide a project file
.side
that reproduces this issue.Issues without a reproduction project are likely to stall.
Environment
OS: Linux
Selenium IDE Version: 3.17.4
Selenium SIDE Runner Version: 4.0.12
Node version: v18.19.1
Browser:
Browser Version: Firefox 128.0.3
The text was updated successfully, but these errors were encountered: