Bug report/fix

14 views
Skip to first unread message

Clif Flynt

unread,
Jul 29, 2020, 11:36:43 AM7/29/20
to caius-users

The Cookie constructor requires two arguments, name and value.
In window.tcl, the constructor is called with just #auto.


At about line 481, add:
  set nm [dict get $c_json name]
  set val [dict get $c_json value]
  set c_obj [namespace which [::WebDriver::Cookie #auto $nm $val]]

Clif

Tobias Koch

unread,
Feb 14, 2021, 4:43:55 PM2/14/21
to caius-users
Clif, thank you very much for reporting this! I decided to allow the initialization of empty cookies instead, please see


Toby
Reply all
Reply to author
Forward
0 new messages