wiki:Firefox_userobs

DragonTalk userobservation for Firefox

Download the extension

the most rectent version of this extension is 1.1.201003021430

The extension has been developed for Firefox 1.5 and 2.0, it's currently mostly outdated.

A new version compatible with Firefox 3.6 is available here.

The following part describes the actions, methods and there parameters.

Bookmark Events

BOOKMARK = "urn:mozilla:bookmarks:"


Method: eventAddBookmark
Parameters:

KeyValue
bmURIBOOKMARK + URI
bmLocationthe URL of the bookmark
bmNamethe name of the bookmark
bmFolderthe name folder in which the bookmark was created


Method: eventRemoveBookmark
Parameters:

KeyValue
BMnamethe name of the bookmark
BMlocationthe URL of the bookmark
BMURIBOOKMARK + URI



Browser Events


Method: eventBrowserNavigateHome
Parameters:

KeyValue
currentURIthe URL of the current page (the page displayed before this methoed was called)


Method: eventEndDocumentLoad
Parameters:

KeyValue
currentURIthe URL of the page which is now completely loaded


Method: eventBrowserNavigateToURL
Parameters:

KeyValue
currentURIthe currently displayed URL
toURIthe URL of the page to which the user is navigating now


Method: eventBrowserNavigateClickURL
Parameters:

KeyValue
currentURIURL of the current page
textContentthe text of the link on the current page
linkthe URL of the link, which was choosen by the user


Method: eventOverLink
Parameters:

KeyValue
currentURIthe URL of the current page
textContentthe text of the link
linkthe URL of the link, which raised the mouseOverEvent


Method: eventBrowserNavigateToBookmark
Parameters:

KeyValue
toURIthe URL of the bookmark
currentURIthe URL of the current page
bookmarkURIthe URI of the bookmark


Method: eventBrowserNavigateBack
Parameters:

KeyValue
fromURIthe URL of the page displayed before navigate back
toURIthe URL of the page navigate to


Method: eventBrowserNavigateForward
Parameters:

KeyValue
fromURIthe URL of the page displayed before navigate forewared
toURIthe URL of the page navigate to

Comment: works by keyboard shortcut ALT + leftARROW and via navigation button.


Method: eventBrowserNavigateForward
Parameters:

KeyValue
currentURIthe URL of the page is loading, when the the stop button is pressed

Comment: works by keyboard shortcut ALT + rightARROW and via navigation button.


Method: eventBrowserPrint
Parameters:

KeyValue
currentURIthe URL of the current page

Comment: works by keyboard shortcut STRG + P and via File -> Print...


Method: eventSubmitWebForm
Parameters:

KeyValue
buttonclickedthe name of the button, which was clicked to submit the WebForm
formthe WebForm which was submited


Method: eventBrowserReload
Parameters:

KeyValue
currentURIthe URL of the reloaded page

Comment: F5 and Button


Method: eventBrowserSwitchedToTab
Parameters:

KeyValue
currentURIthe URL loaded in the target tab
Last modified 14 years ago Last modified on 06/25/10 21:54:08