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
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)