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
version = "0.4.28-nightly"# don't forget to update rust/BUILD.bazel
It seems that the version is 0.4.28-nightly rather than 0.4.28. No clue if that actually causes any problems, just noticed because the previous version didn't have a -nightly suffix.
How can we reproduce the issue?
Look at the file linked above.
Relevant log output
n/a
Operating System
All
Selenium version
4.28.0
What are the browser(s) and version(s) where you see this issue?
n/a
What are the browser driver(s) and version(s) where you see this issue?
n/a
Are you using Selenium Grid?
No response
The text was updated successfully, but these errors were encountered:
@mgorny, thank you for creating this issue. We will troubleshoot it as soon as we can.
Info for maintainers
Triage this issue by using labels.
If information is missing, add a helpful comment and then I-issue-template label.
If the issue is a question, add the I-question label.
If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.
If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C),
add the applicable G-* label, and it will provide the correct link and auto-close the
issue.
After troubleshooting the issue, please add the R-awaiting answer label.
Thank you!
mgorny
changed the title
[🐛 Bug]: 0.4.28 release has "-nightly" in its version
[🐛 Bug]: 4.28.0 release has "-nightly" in its version
Jan 21, 2025
There are no issues with the binary. Somehow, it did not get updated in the release PR. I executed the code myself and it worked, so I am unsure why the update failed in GitHub actions.
What happened?
selenium/rust/Cargo.toml
Line 3 in ac34254
It seems that the version is
0.4.28-nightly
rather than0.4.28
. No clue if that actually causes any problems, just noticed because the previous version didn't have a-nightly
suffix.How can we reproduce the issue?
Relevant log output
Operating System
All
Selenium version
4.28.0
What are the browser(s) and version(s) where you see this issue?
n/a
What are the browser driver(s) and version(s) where you see this issue?
n/a
Are you using Selenium Grid?
No response
The text was updated successfully, but these errors were encountered: