0
I have been having doubts for some time and even after several researches I did not succeed.
I am creating a function in VBA capable of handling a web page using Google Chrome. Although I set Chrome as an object I can only send "Sendkeys" commands to the browser and this is complicated, because I can not capture information but only send keyboard functions.
My question is: Is there any way to use vba to capture/send/manipulate the pages opened in google Chrome without using Sendkeys methods?