Hi @css,
If copying/pasting text from a webpage is all you want, it won’t be pretty but
- Add Open Browser activity and set the URL
- In the Do section, add a Send Hotkey activity with ctrl-A
- Add Copy Selected Text activity also in the Do section after Send Hotkey. Set your variable to the Result in properties.
That’s it. The Message Box is just for displaying what you captured.
Cheers!
Troy