so I'm trying to use the tiktok captcha solver in the browser (firefox). The page source doesn't have any wid info, so I inspect the page. I go to the storage section and if i look in the cookies part, there's nothing called 'auth_token'. If i look in the local storage part, there's multiple tea_cache_tokens. Right now, they are of the format web id, unique user id, and timestamp except for one token. that token is of the format unique user id, web id, timestamp. That token that's a different format is what I assume is to be the correct one but I haven't tested it out yet. Also, how do I find the install id and the verFP also, once that's all figured out, how do I use the captcha solver? i'm using selenium to navigate firefox and how do i ensure that it waits for the captcha to appear before solving it and how to check if it's done