oaqoa
Newbie
- May 23, 2020
- 6
- 2
hello is anyone familiar with writing a chatbot using selenium?
currently i am trying to implement a chat bot to drive traffic to my social media accounts (in this case i am farming snapchat followers from various sources & sites via browser , hence selenium works well for this purpose
____________
my main issue is configuring my bot to recognize when a Web Element appears at the end of the chat interaction, so that it can execute (and send, and move on to new person ) messages in a loop, ( basically i would like it to wait until a status log appears on the page, when it appears i would like the bot to continue looping )
is using the isDisplayed feature in selenium in a while(true) loop a viable way to accomplish this?
if anyone is knowledgeable in Selenium please reach out!
brushing up on my python knowledge still too
currently i am trying to implement a chat bot to drive traffic to my social media accounts (in this case i am farming snapchat followers from various sources & sites via browser , hence selenium works well for this purpose
____________
my main issue is configuring my bot to recognize when a Web Element appears at the end of the chat interaction, so that it can execute (and send, and move on to new person ) messages in a loop, ( basically i would like it to wait until a status log appears on the page, when it appears i would like the bot to continue looping )
is using the isDisplayed feature in selenium in a while(true) loop a viable way to accomplish this?
if anyone is knowledgeable in Selenium please reach out!
brushing up on my python knowledge still too