Skip to content

[US-12-3] Pass screen resolution to selenoid to determine element visibility as well as user have it (this affects page rendering) #1598

@savinovava

Description

@savinovava

Description

Selenoid defines the visibility of elements for unknown screen resolution. This could potentially cause problems.
This is because some elements can appear on the screen starting from a certain resolution, and in a lower resolution they are replaced by others.
How it works now is not entirely clear. Apparently, the selenoid renders the page for a specific resolution.

Solution

It is necessary to transfer to the backend (in the step of determining the visibility of elements) not only the home document but also the resolution of the coverage panel (ATTENTION - this is less than the browser resolution, since our plugin takes up part of the space)

Dependencies
#1335

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

Status

M (5)

Status

QA

Relationships

None yet

Development

No branches or pull requests

Issue actions