-
Hi, see the following code snippet:
Next thing what I want to do, is before scrolling into view and clicking the row - check if the row is selected or visible. According to the doc, the Is it possible to is_selected at all in this situation? Any tips? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
There's the long way if you're starting from the CDP WebElement: SeleniumBase/seleniumbase/core/sb_cdp.py Lines 2166 to 2190 in d4d46b7 Basically, if there's 0 width and 0 height, then the element is invisible. |
Beta Was this translation helpful? Give feedback.
There's the long way if you're starting from the CDP WebElement:
SeleniumBase/seleniumbase/core/sb_cdp.py
Lines 2166 to 2190 in d4d46b7