Automate any browser with Selenium VBA
You can easy use Internet Explorer to do web tasks from your code, like screen-scraping or filling forms. But other browsers do not have COM interface, so Selenium VBA let you do such tasks with other browsers as well. Basically it provides a COM interface to the popular Selenium web testing tool. What you can do with Selenium VBA:
- Automate repetitive web browser tasks.
- Quickly fill a web form multiple times with data from your table.
- Extract data from a web page into custom table.
- Take screenshots of a Web site and save them in a PDF file.
- Use the selenium automation framework .
0 Comments:
Post a Comment
<< Home