Performance API
Pylenium's custom performance API to capture different metrics.
Syntax
py.performance -> Performance
py.performance.get() -> WebPerformanceUsage
WebPerformance
py.performance.get() -> WebPerformanceTime Origin
py.performance.get_time_origin() -> floatNavigation Timing
Paint Timing
Resources
Metrics
Page Load Time
Time to First Byte
Time to First Contentful Paint
Time to Interactive (TTI)
Number of Requests
Time to DOM Content Loaded
Page Weight
Connection Time
Request Time
Fetch Time
Examples
Last updated