@Moastafi74 said in load and show page using http client ?:
@Fox why doesn't load full page?
Open the console in the browser on the network tab and go to the page. You will see that multiple requests are used to load the page, not just one.
Hi, I want to load WHOLE paragraph lke it got alot of letters 14448 total
how can I do this?
how to load it from a .txt file and copy the exact text settings from it?
and paste it in some text area?
You need to extract each line into a variable first.
Then you can use Each variable on the settings page of the website you're using.
Otherwise the above is not alot of information to go on.
Create a Resource of LinesFromFile. In the recording studio, use Resource Location to get the file path (keep reuse checked on the resource).
Next, use File System's 'Read File' using the Path from Resource Location.
Load it where ever you need.