Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/emadehsan/browserj

Java Based webrowser using CSSBox.
https://github.com/emadehsan/browserj

Last synced: about 1 month ago
JSON representation

Java Based webrowser using CSSBox.

Awesome Lists containing this project

README

        

# BrowserJ
Java Based webrowser using CSSBox.


## Implementation Details


1. Open the network connection to the Provided URL

2. Parse the input document (The Web Page)

3. Create the CSS analyzer

4. Convert the HTML presentation attributes to inline styles

5. Use the standard style sheet

6. Use the additional style sheet

7. Render form fields using css

8. Load the author style sheets

9. Display the result with a window set of 1275x750

## Test Case Details:

1. Provide a URL

2. Initialize the browser instance to render the Web Page

3. Check to see if the Web Page Rendered successfully?