Vba + Google Chrome

Asked

Viewed 1,630 times

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?

1 answer

0

Unfortunately VBA can not interact with these software natively, only with Internet Explorer (IE).

Therefore, I recommend using a 3rd party:

Selenium VBA

Browser other questions tagged

You are not signed in. Login or sign up in order to post.