Hi all,
In the past I've written some fairly extensive browser automation scripts in Access VBA, using something called OpenTwebst that talked to internet explorer.
I'm now trying to move to automation of a modern browser and (as of about two hours ago) I'm learning about Selenium, and specifically "SeleniumBasic".
My main question is - Is SeleniumBasic the best way to do this in 2025? It doesn't look like it's been updated since 2016, and yet that's still the first thing that comes up when you start googling the subject.
Second question - if this is the best way, how is one meant to learn the commands? Unfortunately it doesn't come with any documentation or VBA examples to learn from.
For information, the overall aim is to automate repetetive tasks in our browser based ERP system such as writing off (thousands of) small balances, saving batches of copy invoices, things like that. As I say, I achieved all this years ago using an internet explorer based solution. Now hoping to be pointed in the right direction to get the same thing working in Edge or Firefox or Chrome. I'd really like to keep it based in VBA because it's the only language I know and I can give it a nice user friendly interface through Access and store the history of all the jobs it's processed etc.
Appreciate this is a bit niche.
Thanks.
In the past I've written some fairly extensive browser automation scripts in Access VBA, using something called OpenTwebst that talked to internet explorer.
I'm now trying to move to automation of a modern browser and (as of about two hours ago) I'm learning about Selenium, and specifically "SeleniumBasic".
My main question is - Is SeleniumBasic the best way to do this in 2025? It doesn't look like it's been updated since 2016, and yet that's still the first thing that comes up when you start googling the subject.
Second question - if this is the best way, how is one meant to learn the commands? Unfortunately it doesn't come with any documentation or VBA examples to learn from.
For information, the overall aim is to automate repetetive tasks in our browser based ERP system such as writing off (thousands of) small balances, saving batches of copy invoices, things like that. As I say, I achieved all this years ago using an internet explorer based solution. Now hoping to be pointed in the right direction to get the same thing working in Edge or Firefox or Chrome. I'd really like to keep it based in VBA because it's the only language I know and I can give it a nice user friendly interface through Access and store the history of all the jobs it's processed etc.
Appreciate this is a bit niche.
Thanks.