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
A roadblock I ran into while trying to complete this task is that fill_form is called with the attribute and a value while checkboxes are selected by clicking on them. So what kind of value should be supplied? I was thinking Bool so that true would check it and false would uncheck but I don't believe there's a way to type-check the values
Reference #85 for the discussion
The text was updated successfully, but these errors were encountered: