Images 💾

Last commit ⭐

commit 6d331389ad8ce41ec029a1b3aa0e4766d3c0a463
Author:     Timothy Flynn <trflynn89@pm.me>
AuthorDate: Fri Aug 18 16:23:47 2023 -0400
Commit:     Andreas Kling <kling@serenityos.org>
CommitDate: Sat Aug 19 05:15:51 2023 +0200

    WebDriver: Coerce window handles to strings when activating a tab
    
    This allows the session to reject the request with "no such window",
    instead of crashing by assuming the JSON value was already a string.