@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.
How would it be possible to write a function that does: If Load timed out try to load again.
@genadijs34
SET LABEL and name it BEGIN
Push SCRIPT LOGIC - IGNORE ERRORS and insert loading page inside.
outside of ignore errors do these steps:
IF [[WAS_ERROR]] == true
MOVE TO LABEL and insert the name BEGIN
Nice, thanks!
@genadijs34
like me if it is useful for you))