Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/emadehsan/browserj
- Owner: emadehsan
- Created: 2016-05-12T18:26:42.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2021-10-12T08:01:03.000Z (about 3 years ago)
- Last Synced: 2024-06-11T21:01:30.750Z (6 months ago)
- Language: Java
- Size: 5.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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?