wiki:Firefox_userobs

Version 24 (modified by kiesel, 16 years ago) (diff)

fixed typo

DragonTalk userobservation for Firefox

Download the extension

click the link to download the xpi file

the actual version of this extension is 1.1.20070709.1655

Firefox 1.0.x

dragontalk_userobs_firefox.xpi

Firefox 1.5 and 2.0

dragontalk_userobs_firefox.xpi

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

All the functions are tested with firefox 1.5.0.11 and 2.0.0.3

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