Skip to content

cdp.is_element_visible(selector) is only checking for DOM presence instead of visibility #3265

@mdmintz

Description

@mdmintz

cdp.is_element_visible(selector) is only checking for DOM presence instead of visibility


We want the DOM presence check for cdp.is_element_present(selector),
but we want an actual visibility check for cdp.is_element_visible(selector).

DOM presence and visibility are not the same.

This also affects CDP methods that call cdp.is_element_visible(selector).

Metadata

Metadata

Assignees

Labels

UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModebugUh oh... Something needs to be fixed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions