Hello All,
I have an application on which a random text will be generated dynamically during run time.
Note : This text changes every time I navigate to this page. Even on refreshing page, I get new new text.
My concern is :
(1) How do I extract this dynamic text from application ?
(2) After extracting it, how can I split this text based on delimiter ? (There is a delimiter " : " which separates the text into two halves).
(3) How can I get these two halves and save it an excel file ?
Thanks
Abdul