Changes between Version 9 and Version 10 of BROWSER_CONTENT_BASIC_R2
- Timestamp:
- 09/01/09 15:39:54 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BROWSER_CONTENT_BASIC_R2
v9 v10 55 55 * The structure of commands and responses mimics that of the Java part. 56 56 * Four commands should be implemented - load, grab page, mouse and keyboard. Two more should be added in the future - get info and resize. 57 * Load - gets a url as parameter. Executed on the Browser object it causes a page to be loaded and exits without blocking. This means that the Java application should use some other way to ensure that the page is loaded, for instance use the get info command. The result from this command is either Ok or Error.57 * Load - gets an url as parameter. Executed on the Browser object it causes a page to be loaded and exits without blocking. This means that the Java application should use some other way to ensure that the page is loaded, for instance use the get info command. The result from this command is either Ok or Error. 58 58 * Grab page - executed on the Browser object. The result from this command is either PageGrabResponse or Error. PageGrabResponse contains image width, height and data. 59 59 * Mouse - executed on the BrowserWebView. Transfers a Java mouse event to the web view. Result is Ok or Error.