You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm wondering if lighthouse can perform audits on a modal that needs to be clicked for it to be open. Currently If I click on the modal and run the audit since the page gets refresh the modal goes away and the audit doesn't include the elements from that modal.
Thank you!
The text was updated successfully, but these errors were encountered:
Thanks for filing @michellbrito! The only way to do this right now is by exposing the modal through a client-side routing URL i.e. /path/to/page#modal-open or something similar.
It's a frequently requested Lighthouse core feature (GoogleChrome/lighthouse#3837 / GoogleChrome/lighthouse#1769) when Lighthouse CI receives a Lighthouse update with this functionality we'll be sure to document it here too :)
patrickhulce
changed the title
lighthouse-ci ran against modal
Run on page with interactions / flows
Jul 17, 2020
Full user flow support would definitely be nice to have although this will require a large UX investment. Individual timespan/snapshot reports should be much easier to support since the JSON result is the same structure as navigation mode.
Hi
I'm wondering if lighthouse can perform audits on a modal that needs to be clicked for it to be open. Currently If I click on the modal and run the audit since the page gets refresh the modal goes away and the audit doesn't include the elements from that modal.
Thank you!
The text was updated successfully, but these errors were encountered: