How can I send message to specific Slack channel through Selenium script
Working on slack notification from last few days. I'm trying to receive a message on slack which I have entered in my selenium java script.
Story: Whenever a script runs then at particular line I have a text (Hey! Server is down.) which I want to receive it in one of the slack channel.
Please let me know how can I do it.
Thank you!
Editing and adding an update. Also here is next level question
Above problem is solved and from local its working as I installed lombok!! But will it work if my script is running on BrowserStack through Jenkins at certain interval of time?
Please let me know. Thank You!