[🐛 Bug]: [Documentation] : Javascript code snippet is missing for Mouse Events
What happened?
Steps:
1.Navigate to https://www.selenium.dev/documentation/webdriver/actions_api/mouse/ 2.Click on Javascript tab for any mouse event .
Actual Result: Sample javascript code is missing
Expected Result: Sample Javascript code should be present.
What browsers and operating systems are you seeing the problem on?
Browser : Chrome OS : MAC
Would you like to send a PR to include the code?
@diemol , I don't want to raise the PR . I am requesting if other who is well versed with javascript to raise the PR.
@harsha509 do you know how these ones can be implemented?
- https://www.selenium.dev/documentation/webdriver/actions_api/mouse/#back-click
- https://www.selenium.dev/documentation/webdriver/actions_api/mouse/#forward-click
Hi @diemol,
I have added support in JS bindings with commit https://github.com/SeleniumHQ/selenium/commit/845e47d43f03d6638ae550c805235defbb69c0d9
Added code sample here https://www.selenium.dev/documentation/webdriver/actions_api/mouse/#back-click https://www.selenium.dev/documentation/webdriver/actions_api/mouse/#forward-click
NOTE: The tests are skipped as the code sample depends on the next release
Thanks, Harsha
Thank you!
We still have some code examples to complete, but there is progress.
Updated all code samples accordingly in docs!
Closing as resolved!
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.