Now using Google dev tools I am able to run this command “___grecaptcha_cfg.clients[0]” . How do i run this or something similar using Powershell. I basically want to save the output of the command to a variable in Powershell
You can explore the $browser object. There should be some property/method which will give you the data. If its an Internet Explorer COM object, it will be like $browser.document
[quote quote=271738]You can explore the $browser object. There should be some property/method which will give you the data. If its an Internet Explorer COM object, it will be like $browser.document