m4tuzalix / The-crims---selenium-robbery-bot

8 stars 6 forks source link

Nightlife not working properly #8

Open tmcruz94 opened 1 year ago

tmcruz94 commented 1 year ago

I've made a quick analysis and when in nightlife if I enter a 'hooker mansion' there is no action because the IDs for the buttons are different from 'rave party', I suggest changing the def '_enter_club' to pick the first one, as we could have a rave party in our favorites

something like this is working for me

def enter_club(self): self.finder.button_click(selector="button[class='btn btn-inverse btn btn-inverse btn-small pull-right']")