-
|
My goal: go through multiple find_elements() results, if find_element() of sub element matches given pattern then quit the loop. Script as simple as below
As shown in the vscode debug screenshot, there're 10 From #3206, I also tried explicitly specify By, both approaches failed:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Here's an example of finding a sub-element within the CDP Mode API: |
Beta Was this translation helpful? Give feedback.
-
|
Great, it works. |
Beta Was this translation helpful? Give feedback.

Here's an example of finding a sub-element within the CDP Mode API:
SeleniumBase/examples/cdp_mode/raw_softpedia.py
Line 19 in b227714