Using ChromeDriver version 88.0.4324.96, the
focus method fails as coded in the window.tcl module. Approximately at line 80, the json needs to be changed from
method focus {} {
set json "{ \"name\": \"\{$_handle\}\" }"
to
method focus {} {
set json "{ \"name\": \"$_handle\" }"
This change works as expected.