@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.
Is there a possibility to examine the following 2 separate errors?
I get these errors with http client, it is actually not a problem to get or solve the error.
The problem is that these errors are fatal and stop the program completely.
You can "ignore errors" as much as you want, but if this error occurs the bot just stops and this has been a nightmare for me please help
It doesn't matter if it gives the error, I don't want the bot to stop, I want it to continue and unfortunately "ignore errors" doesn't make it stop!
Update
The problem in a nutshell is that the bot terminates when it gives these errors.
The for loop does not continue, it terminates the for loop.
The bot stops because it does not continue the for loop