-
-
Notifications
You must be signed in to change notification settings - Fork 8.6k
Closed as not planned
Closed as not planned
Copy link
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!I-defectSomething is not working as intendedSomething is not working as intended
Description
What happened?
Hi, i am running webdriver io typescript test automation scripts in remote browser session hosted in selenium grid version 4.25.0. Here i am getting errors in calling some inbuild webdriverio actions like doubleClick(), moveTo(), closeWindow(). It was working fine till grid version 4.23. Now its giving error as unknown and in the debugger logs its giving error in the releaseActions() as request failed due to missing body. But in local browser its working fine.
How can we reproduce the issue?
Eg of code is await element.doubleClick() or await element.moveTo()Relevant log output
INFO webdriver: COMMAND performActions (<object>)
INFO webdriver: [POST] https://selenium-hub:4444/selenium/session/b15ae585ffa48420978647e279eb8b8c/actions
INFO webdriver: DATA {
actions: [
{
id: 'action',
type: 'pointer',
parameters: [object],
actions: [Array]
}
]
}
1
INFO webdriver: RESULT null
INFO webdriver: COMMAND releaseActions()
INFO webdriver: [DELETE] https://selenium-
hub: 4444/selenium/session/b15ae585ffa48420978647e279eb8b8c/actions
DEBUG webdriver: request failed due to missing body
INFO webdriver: Retrying 1/1
INFO webdriver: [DELETE] https://selenium-
hub: 4444/selenium/session/b15ae585ffa48420978647e279eb8b8c/actions
WARN webdriver: Request failed with status 404 due to unknown error
DEBUG webdriver: request failed due to missing body
ERROR webdriver: Request failed with status 404 due to Not Found: unknown еггогOperating System
Linux
Selenium version
4.25.0
What are the browser(s) and version(s) where you see this issue?
Chrome 130
What are the browser driver(s) and version(s) where you see this issue?
Chrome 130.0.6723.69
Are you using Selenium Grid?
Yes, 4.25.0
Metadata
Metadata
Assignees
Labels
A-needs-triagingA Selenium member will evaluate this soon!A Selenium member will evaluate this soon!I-defectSomething is not working as intendedSomething is not working as intended