Scrape data

Help me in building perfect selector that scrape the latest text message from a live conversation.

This all depends on the application
it is posible the last message has a special tag for being the last
you could also select relative to top (or bottom) element on the page depending if the new items are added at the top or bottom
you could also just scrape all and pick the last item

each application has a other scructure and so a generic selector for the latest text message does not excist.

could you specify some more details about the application you want to scrape the text message from

Trying to scrape the response from the Chat bot in this site https://www.dataflix.com/

Could you please post the screenshot of that chat bot and let us know what you want to scrape…

@gantalaramu

@Sriram07 I want to scrape text for latest reply of the chatbot, Im trying to automate testing this chatbot.