@excelant100 said in Now getting PVA on Google:
g chắc mình có thể chia sẻ kịch bản, nhưng không sao c
I also have the same situation as you, I got captcha when I login on google accounts
Hi, Please help.
I got a URL
https://www.xxxxxxxx.com/profilexxxxx/?keywords=&xxxxx=xxxxx&has_xxxxx=1&xxxxx_xxxxx=1&p=3
how can I get the "3" only after the p=?
Please any help? Im getting the FULL URL via Current URL button in BAS and storing it to a variable, now how can I split the FULL URL and only SAVE the "3" at the end?
Thank you
@stephenperry18, execute code
[[P]] = [[URL]].split("p=")[1]