wiki:Firefox_userobs

Version 22 (modified by schwarz, 17 years ago) (diff)

fixed links to firefox plugins (xpi)

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:"


Mathod: eventAddBookmark
Parameters:

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


Mathod: eventRemoveBookmark
Parameters:

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



Browser Events


Mathod: eventBrowserNavigateHome
Parameters:

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


Mathod: eventEndDocumentLoad
Parameters:

KeyValue
currentURIthe URL of the page which is now completely loaded


Mathod: eventBrowserNavigateToURL
Parameters:

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


Mathod: 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


Mathod: eventOverLink
Parameters:

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


Mathod: eventBrowserNavigateToBookmark
Parameters:

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


Mathod: eventBrowserNavigateBack
Parameters:

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


Mathod: 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.


Mathod: 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.


Mathod: eventBrowserPrint
Parameters:

KeyValue
currentURIthe URL of the current page

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


Mathod: eventSubmitWebForm
Parameters:

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


Mathod: eventBrowserReload
Parameters:

KeyValue
currentURIthe URL of the reloaded page

Comment: F5 and Button


Mathod: eventBrowserSwitchedToTab
Parameters:

KeyValue
currentURIthe URL loaded in the target tab