-
-
Notifications
You must be signed in to change notification settings - Fork 751
Closed
Description
I am running Codecept version 3.0.7, and running the hybrid Android application, facing that Codecept can switch into Webview, the problems are:
- Some page elements of the webview, codecept can recognize, but some can't recognize.
- The page element of the webview can be recognized by codecept, but can't interactive, for example, I would like to click the element, the action is performed but nothing happens in the application (should something happen, for example, navigate to a new page, trigger the input field, etc.)
- perform the click action by
I.click()is failed, it is passes ifI.tap(), why?
When perform click action by I.click() in the webview, will be error, and the error message:
ERROR webdriver: Request failed with status 404 due to unknown command: unknown command: Cannot call non W3C standard command while in W3C mode
unknown command: unknown command: Cannot call non W3C standard command while in W3C mode
And have a strange problem, as the above scanrio, I.click() action is failed in the webview, expect the test case will be failed, but finally codecept says the test is passed! Why? I don't understand.
Could you help to provide some solutions to my problems?
Thanks.
Metadata
Metadata
Assignees
Labels
No labels


