-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emojis do not work in comments | Two feature requests #51
Comments
I am glad you find it useful.
Thank you for your kind words and suggestions. Keep them coming. |
Thanks @shine-jayakumar , looking forward to it! Is there an existing function to simply let the bot go through my home feed and like a predefined number of posts? (Except sponsored) |
@shine-jayakumar , Maybe this code will help solve the emoji problem : text_element = driver_trader.find_element_by_xpath('xpath')
text = '⚪📢😆'
driver.execute_script("arguments[0].innerHTML = '{}'".format(text),text_element)
text_element.send_keys('.')
text_element.send_keys(Keys.BACKSPACE) Reference : https://stackoverflow.com/questions/51706256/sending-emojis-with-seleniums-send-keys |
Hello, loving all the new updates. The bot works flawlessly! I have one issue and two feature suggestions.
I've noticed that the bot throws an error when a comment from the list is only emojis. For example "😍👌".
Here's the error:
Can this be fixed?
Suggestions:
I will keep this same thread to add other feature requests if I can think of any.
Keep up the amazing work on this!
The text was updated successfully, but these errors were encountered: