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
{{ message }}
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.
I have a test like below failed with the error element/click did not match a known command. It's using the geckodriver-0.23.0.
It seems the endpoint is not correct, it's supposing to be something like /session/9016e42e-3373-43f3-b9e0-9d667b51b953/element/{element id}/click, the {element id} is not there.
Expected success, but got an error:
<*errors.errorString | 0xc000339f70>: {
s: "failed to click on selection 'XPath: //*[@id='content']/div[1]/div/div[1]/div/div/span[1] [single]': request unsuccessful: POST /session/9016e42e-3373-43f3-b9e0-9d667b51b953/element/click did not match a known command",
}
failed to click on selection 'XPath: //*[@id='content']/div[1]/div/div[1]/div/div/span[1] [single]': request unsuccessful: POST /session/9016e42e-3373-43f3-b9e0-9d667b51b953/element/click did not match a known command
The text was updated successfully, but these errors were encountered:
I have a test like below failed with the error
element/click did not match a known command
. It's using the geckodriver-0.23.0.It seems the endpoint is not correct, it's supposing to be something like
/session/9016e42e-3373-43f3-b9e0-9d667b51b953/element/{element id}/click
, the{element id}
is not there.Expect(page.FindByXPath("//*[@id='content']/div[1]/div/div[1]/div/div/span[1]").Click()).To(Succeed())
Error part:
The text was updated successfully, but these errors were encountered: