OK, I'm sorry
My question is, how can the browser open websites quickly so that scripts can execute commands correctly, such as commands to click or write on the website, Thnks Bast Friend
Changing user agent?
-
I'm interested about it too, and exept to use http client, I don't know how to use user agent. Anybody here know how to do ?
Thanks -
@paul-carfau said in Changing user agent?:
I'm interested about it too, and exept to use http client, I don't know how to use user agent. Anybody here know how to do ?
ThanksThere is built in help inside BAS, you just have to read it >
For GET HTTP request (GET action)>
HTTP headers(like User-Agent) can be specified in this action with 'Headers' parameter or with 'HTTP-Client Set Header' action. In first case headers will be modified only for current action, in second case headers will be modified for all following actions.