Web Based automation help

Satheesh9012

New Member
Joined
Mar 19, 2021
Messages
41
Office Version
  1. 365
Platform
  1. Windows
Hi ,

I have a requirement to automate a web based application, we have a report from which we should take the input data and using that data, open the browser navigate through the web based application, and enter the details in the first column in the application, click on a button parallel to the search result and then again navigate through the new opened window and select yes or no based on the input data from excel and click on submit, perform this repeated activity for all the data in excel, is it possible using VBA macros since i have seen we can open and navigate using vba macro if all the selectors and options could be clicked based on the input data it would be very helpful
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
It is possible to do this in VBA, but it will depend on a few factors; namely, whether the underlying HTML code used by the webapp is easy enough to navigate and whether or not the web app is accessible by Internet Explorer. VBA allows you to control IE pretty easily, but you will need to download and install Selenium (a headless browser) if you want to use Chrome, Firefox or Edge.

If the above is challenging for whatever reason, there are likely other options - Autohotkey could do the job, and Microsoft recently made their Power Desktop Automation tool free - and I expect that could easily do the job.
 
Upvote 0

Forum statistics

Threads
1,215,064
Messages
6,122,941
Members
449,094
Latest member
teemeren

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top