ramajs

web browser automation from your browser console
git clone https://tongong.net/git/ramajs.git
Log | Files | Refs | README | LICENSE

commit df5d92f51caec3eb20ce21508576d12677f91de5
parent a71026991db0cf6520b030fb7d98e28b130de632
Author: tongong <tongong@gmx.net>
Date:   Fri, 27 Nov 2020 20:50:47 +0100

fixed some typos

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -31,7 +31,7 @@ rama.js is not named after the Hindu God [Rama](https://en.wikipedia.org/wiki/Ra Creates a new `<iframe>` and returns the `rframe`-object. A settings object can optionally be passed in. Possible settings are: - `name` / `id`: for the new iframe (see [below](#rframename-or-rframeid-read-only)). Default is something like `rama-273` -- `parent`: parent dom element. Defaul is the `body`-tag +- `parent`: parent DOM element. Default is the `body`-tag - `url`: url to open (Can be `about:blank`). Default is the current url of the main window ```javascript @@ -107,7 +107,7 @@ rama.clearpage(); ``` #### custom styling -All frames can be accessed with the css selector/class `rama-frame`. Additionally every single frame has its id/name also as id on the iframe tag. +All frames can be accessed with the CSS selector/class `rama-frame`. Additionally every single frame has its id/name also as id on the iframe tag.