I am working on a project with selenuim and phantomjs. I need to know after filling a form and clicking on the submit button if the data was sent to the server or if the data wasn't used. I tried to check the har file that I got after the submit button that was pressed, but this turned out to be a bad solution. Any other ways?
Thanks.