kevinmcfarlane / WebAutomation

Web automation using the canopy web testing framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

F# Web Automation

Demonstrates use of canopy, a web testing framework that can also be used for ad hoc web automation as illustrated here.

It is a .NET Core Console application with a module that contains some functions that automate job searches at JobServe and one that displays job stats at IT Jobs Watch.

Canopy abstracts away the Selenium automation API making it much easier to write automation code by referencing HTML Element IDs and using simple commands such as "click."

Use of the library does not require knowledge of advanced features of F#. The example here uses Firefox but it is fairly easy to modify it to use Google Chrome, which the example on the Canopy home page uses.

About

Web automation using the canopy web testing framework


Languages

Language:F# 100.0%