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
var screenshot1 = bidi.GetScreenshot();
driver.URL = "https://goole.com";
var screenshot2 = bidi.GetScreenshot();
Interesting whether `screenshot1` and `screenshot2` is the same.