I keep getting TimeoutError
with page.wait_for_selector('selector')
. The method page.wait_for_load_state()
doesn't help either so I am using time.sleep()
as an alternative. Is there a way to study which elements of page load and in what order. Is there a method for that?
Asked
Active
Viewed 775 times
1

charsee
- 33
- 4
-
P.S I am a noob. Learning Python & Playwright – charsee Aug 07 '22 at 23:08
-
Please provide enough code so others can better understand or reproduce the problem. – Community Aug 08 '22 at 02:21