I automated a customer registration test (performed on the web, internet explorer) and at the end it generates a protocol and another numeric code.
I need at the end of the execution to save these two data, because soon after the system started a new record creation.
I do not know how to do this in Java, can anyone help me? I tried with Jsoup, but I could not.
It can be in excel, txt, in any way that is simple to implement, recording in the same file or at each pass it generates a different file with the screen information, no problem ... I just can not lose these data at the end of the process.