KgBC / just-dice-bot

Hi, this is a flexible betting bot for just-dice.com. Feel free to use it under GPL. If you want to donate some Beer/Satoshis: 1CDjWb7zupTfQihc6sMeDvPmUHkfeMhC83 Thanks. The ACES branch is considered stable, use this if you don't want to develop and do not need latest features: https://github.com/KgBC/just-dice-bot/tree/aces
GNU General Public License v2.0
18 stars 6 forks source link

not switching to account tab #25

Closed CriticalNix closed 11 years ago

CriticalNix commented 11 years ago

script was not switching to account tab, adding and extra account click fixed it.

        # login
        self.driver.find_element_by_link_text("Account").click()
        time.sleep(1)
        self.driver.find_element_by_link_text("Account").click()
KgBC commented 11 years ago

Thx, will check.

KgBC commented 11 years ago

working here. could you give a bit more details about your setup?