public void OnPageVisited(string url, string lastUrl)
 {
     UnityThread.executeInUpdate(() => BrowserView.OnPageVisited(url, lastUrl));
 }