mdm.Browser |
Constructor |
The following table lists the constructors for the Browser class |
Constructor | Description | Availability |
---|---|---|
mdm.Browser() | Inserts browser instance using the specified parameters... | ![]() ![]() |
Methods |
The following table lists the methods for the Browser class |
Method | Description | Availability |
---|---|---|
Browser.addFavorite() | Launches the standard IE "Add to Favorites" dialog box with the url and name parameters set at ... | ![]() |
Browser.back() | Loads the previous page in the Browser history (if one exists) in the specified Browser instance. | ![]() ![]() |
Browser.close() | Closes the specified Browser instance. | ![]() ![]() |
Browser.forward() | Loads the next page in the Browser history (if one exists). | ![]() ![]() |
Browser.goto() | Instructs the specified Browser instance to go to the specific domain or webpage. | ![]() ![]() |
Browser.gotoTarget() | Instructs the Browser instance to load the specified domain or webpage into the specified frame... | ![]() |
Browser.hide() | Hides the specified Browser instance. | ![]() ![]() |
Browser.pageSetup() | Opens up the page setup dialog to enable the user to change the settings for the Print Job. | ![]() |
Browser.print() | Prints the contents of the specified Browser instance. | ![]() ![]() |
Browser.printCopies() | Sets the number of copies to print before using Browser.print() | ![]() |
Browser.printPreview() | Displays a Print Preview of the specified Browser instance | ![]() |
Browser.refresh() | Refreshes the content inside a specified Browser instance. | ![]() ![]() |
Browser.setSourceInTarget() | Sets the HTML content of a specified frame in the Browser instance. | ![]() |
Browser.show() | Shows the specified Browser instance. | ![]() ![]() |
Browser.stop() | Stops loading the content inside the Browser instance. | ![]() ![]() |
Properties |
The following table lists the properties for the Browser class |
Method | Description | Availability |
---|---|---|
Browser.favorites | Contains the users Internet Explorer Favorite... | ![]() |
Browser.height | Contains the height of the Browser instance. | ![]() ![]() |
Browser.isBusy | Contains the current state of activity of the... | ![]() ![]() |
Browser.source | Contains the HTML source of the current page. | ![]() ![]() |
Browser.title | Contains the title of the currently loaded pa... | ![]() ![]() |
Browser.url | Contains the current URL of the Browser insta... | ![]() ![]() |
Browser.userAgent | Contains the user agent. This allows the Brow... | ![]() ![]() |
Browser.visible | Contains the visibility of the Browser instan... | ![]() ![]() |
Browser.width | Contains the width of the Browser instance. | ![]() ![]() |
Browser.x | Contains the X position of the Browser instan... | ![]() ![]() |
Browser.y | Contains the Y position of the Browser instan... | ![]() ![]() |
Events |
The following table lists the events for the Browser class |
Method | Description | Availability |
---|---|---|
onDocumentComplete | Dispatched when a Browser instance has finish... | ![]() ![]() |