I am using phantom js to achieve automation by capturing screen information.
After processing the captured information, the success/failure status is to be denoted to an API by executing Http POST. What is the best way to achieve this ?
I tried to use phantom-js via the node js bridge but it is not reliable as mentioned here : https://stackoverflow.com/a/15746154/590589
What are the other options that I can use ?
Thanks for the help.