Skip to content

ExecuteScriptImpl -> not executed #16

@stefdaems

Description

@stefdaems

If often do not see following loglines appearing in the webdriver log whenever a new session is being created:

[13105710110.486][FINE]: ExecuteScriptImpl - {"status":0,"value":""}
[13105710110.486][FINE]: GetWindowName -
[13105710110.486][INFO]: Session(8894f878c5ab9b69e7407a40f3ed62a6) view: 06e8bd4cbd1420d6f56fa772799ab819
[13105710110.486][FINE]: Graphics Web executor for view(06e8bd4cbd1420d6f56fa772799ab819)
[13105710110.486][FINE]: start view (06e8bd4cbd1420d6f56fa772799ab819)
[13105710110.487][INFO]: SwitchTo - set current view (06e8bd4cbd1420d6f56fa772799ab819)
[13105710110.488][FINE]: Graphics Web executor for view(06e8bd4cbd1420d6f56fa772799ab819)
[13105710110.496][FINE]: ExecuteScriptImpl - {"status":0,"value":{"left":0,"top":0,"width":1280,"height":720}}

As the ExecuteScriptImpl - lines do not show up I'm getting following errors on sending requests:

[13105709186.167][INFO]: no root element specified, search from root.
[13105709186.168][WARNING]: unsupported locator - css
[13105709186.168][WARNING]: unsupported locator - css
[13105709186.168][WARNING]: unsupported locator - css
[13105709186.168][WARNING]: unsupported locator - css
[13105709186.168][WARNING]: unsupported locator - css
[13105709186.169][WARNING]: Command finished (/session/db50c3a43c473e299c1e0f24ac72db23/element) with response {
"sessionId": "db50c3a43c473e299c1e0f24ac72db23",
"status": 7,
"value": {
"message": "The element could not be found"
}
}

It doesn't seem to happen continuously, but very often this is noticed ( 1 out of 15 ).

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions