hark130 / jack-in-the-box

Connecting Jackbox games to the OpenAI API
GNU General Public License v3.0
1 stars 0 forks source link

JITB-41: Transition from "pure success" to a bit of "best effort" #70

Closed hark130 closed 1 month ago

hark130 commented 1 month ago

Improved all four legacy JbgAbc child classes more robust by improving vote_answers() and write_an_answer().

Fixed jitb_webdriver.click_a_button()

Made get_prompt() more robust by catching StaleElement exceptions.