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
The default page handler for the spider now uses getPageMarkup() in the BrowserTools utls to retrieve the markup of the current page. What it doesn't yet do is properly handle pages with shadow dom content, or handle dynamically-loaded content.
Because that function is a convenient wrapper for "whatever it takes to get the markup," we can use it to iterate without complicating the rest of the page handling.
The text was updated successfully, but these errors were encountered:
The default page handler for the spider now uses
getPageMarkup()
in the BrowserTools utls to retrieve the markup of the current page. What it doesn't yet do is properly handle pages with shadow dom content, or handle dynamically-loaded content.Because that function is a convenient wrapper for "whatever it takes to get the markup," we can use it to iterate without complicating the rest of the page handling.
The text was updated successfully, but these errors were encountered: