mrmin123 / kancolle-auto

Kantai Collection (Kancolle) bot/automation tool - DEPERECATED - see kcauto-kai:
https://github.com/mrmin123/kcauto-kai
54 stars 22 forks source link

Better (optional) mid-command recovery #224

Closed mrmin123 closed 8 years ago

mrmin123 commented 8 years ago

There are a lot of instances when the script will stop because of a pop-up on the browser that prohibits clicks from getting through (DMM popup, KC3Kai exit confirmation popup if it is enabled). It might be possible to implement something that allows for better recovery in these scenario.

BeemoLin commented 8 years ago

When script has too many thing need to do, the every battle will do long time maybe. Because I can control the sudden incident, so process speed is important to me, But it is great idea!

mrmin123 commented 8 years ago

@BeemoLin This feature only kicks in when the script actually crashes due to a FindFailed or when the script begins to infinitely loop (stuck in a while loop, trying to click away with no avail), so there shouldn't be a performance hit.

mrmin123 commented 8 years ago

PR is merged. Ran for a few days and it seems stable.