ElSnoMan / pyleniumio

Bring the best of Selenium and Cypress into a single Python package
https://docs.pylenium.io
MIT License
270 stars 50 forks source link

Add functions to measure how long an action #325

Closed bashangbasir closed 4 weeks ago

bashangbasir commented 10 months ago

260

Limitation as of now:

The mark() and measure() only can be used in the same window/page. If user changes the page where mark's entry was set, it will fail when we call measure(). i.e Failed to execute 'measure' on 'Performance': The mark '<mark>' does not exist.

bashangbasir commented 4 months ago

@ElSnoMan need your help to take a look in case you missed this. Created the PR while my account was restricted by github last time.