@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.
Module > HTTP client
Action > Xpath Get Text
or you can firstly save content of http client response with
"Content" action and than use standard "Xpath" module.
Please read "more info" for both modules and actions
you will use - its self-explaining.
First way is proper way if you already use http client anyway.