I noticed that step 9 (i.e. From the Activities panel, drag a Write Line activity. In the input text field, add the previously created variable. This activity writes the scraped data to the Output panel) is not shown in the video.
Based on the example which I downloaded from this site, there is a WriteLine activity between the GetVisibleText and OpenApplication activity. However, there is no WriteLine activity mentioned in the video. Shouldn’t the steps and all created objects be the same in the video and the example be similar?
When I ran the process after creating, the IE browser and Notepad were launched but there is no scrapped text appearing in Notepad. I have checked the steps again several times and also tried adding the WriteLine activity between the GetVisibleText and OpenApplication activity but problem still persist.
I have added a WriteLine activity after the GetVisibleText activity for debugging. During running of the process, the scrapped text did not appear in the output panel. I have already specified GetText as an output for the GetVisibleText activity. Not sure where the problem lies.