@thankyou
I'm having a rendering problem with special characters (like "𝓔, 🅔") on the Mobile/Android fingerprint.
-
I don't quite understand what you mean. Could you please explain in more detail what you're talking about? What exactly are you doing and what do you want to achieve?
-
@m4zuper
I'm using a bot that creates Instagram accounts by pulling names from a .txt file. When the bot types names that include special characters (like “𝓔” or “🅔”) while using a mobile/Android fingerprint, those characters appear as blank squares (□) instead of displaying correctly. -
@ensdmrlq yeah really, bas is transforming them, the solution is that you need to save it to new variable(if you using resource), and then use execute javascript on element, like
document.querySelector("#APjFqb").value = [[NEW_VARIABLE]]where #APjFqb was CSS selector, you can use devtools to copy js selector correctly
