-
Notifications
You must be signed in to change notification settings - Fork 5
Home
Pranay Prakash edited this page Aug 30, 2020
·
12 revisions
browse is a language used to build expressive libraries. The main library and use-case for browse is web
which is used for web scraping, automation and UI testing.
browse is a unique but simple to learn language that resembles bash
To get started:
- Check the README for installation instructions to get browse setup on your machine
- Check out the Getting Started page to learn the language basics.
- Check the examples for plenty more things you can do. We put a lot of time into these so they are the best way to dive into Browse
- The API Reference explains all the built in rules that browse supports, and is all you need to follow the basic examples
- The Web API Reference explains all the web scraping/automation rules that browse supports, and is what you need to follow the web examples
- Math API Reference and Date/Time API Reference explain the two standard libraries browse currently ships with. The advanced examples make use of some of these standard library rules