Features
- Added puzzle captcha solver for TikTok and released TikTok module.
- Added ability to include
instructions.htmlin modules. Modules now include an instructions tab with tips and suggestions on how to maximize the use of each module.
Fixes
- Added
navigator.platformfixer for tabs and module webcontents.
API Changes
- Added
directionproperty forsomiibo.browser().click()options so you can specify the button asupordown. - Changed
somiibo.browser().select()so it merges the first two arguments if they are both objects. - Fixed
somiibo.browser().capture()method. - To include
instructions.html, have theinstructions.htmlin your module folder and set<module>.instructions = truein your package’smain.json.