extractSerpLogo

abstract suspend fun extractSerpLogo(webView: WebView): SerpLogo

Evaluates the current SERP page in the provided WebView by injecting JavaScript to determine if a special logo (e.g., Easter Egg) should be displayed.

If there are any issues during the evaluation, it defaults to returning SerpLogo.Normal.

Return

The appropriate SerpLogo found in the page

Parameters

webView

The WebView containing the SERP page to evaluate