# CHROME driver This driver supports an internet browser. # Installing / Implementation At the completion of the build, the driver directory, typically `products/$PLATFORM/driver` will contain a `chrome.js` file. This must be included before your `application.js` file. ### HTML conventions There is excatly (1) divider that is used to place everything inside of that is visible. This divider *must* have the following HTML code: ```html
``` ### Adding a surface prototype You may add surface prototypes like so under your #surface-prototypes divider ```html