Create some dynamic content
We can start with a pretty simple example:
We init hogosuru
We get the current document
We get the current body and clean it
We create a div
We create a button and a span and attach to the div
We configure button to log in console with debug level when click
Then we attach the div to the body
The code will be:
Then we run it with headless off (we want see the browser and interact with it)
You can now begin to play with all html components available. Hogosuru support 100% of the components available in HTML5:
Last updated