Liking cljdoc? Tell your friends :D

chromex.ext.autotest-private

clj

API for integration testing. To be used on test images with a test component extension.

  • available since Chrome 25
API for integration testing. To be used on test images with a test component
extension.

  * available since Chrome 25
raw docstring

api-tableclj

source

gen-callclj

source

gen-wrapclj/smacro

(gen-wrap kind item-id config & args)
source

get-extensions-infoclj/smacro

(get-extensions-info)

Get info about installed extensions.

This function returns a core.async channel of type promise-chan which eventually receives a result value. Signature of the result value put on the channel is [info] where:

|info| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.

Get info about installed extensions.

This function returns a core.async channel of type `promise-chan` which eventually receives a result value.
Signature of the result value put on the channel is [info] where:

  |info| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via
chromex.error/get-last-error.
sourceraw docstring

get-extensions-info*cljs

(get-extensions-info* config)
source

get-play-store-stateclj/smacro

(get-play-store-state)

Get state of the Play Store.

This function returns a core.async channel of type promise-chan which eventually receives a result value. Signature of the result value put on the channel is [result] where:

|result| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.

Get state of the Play Store.

This function returns a core.async channel of type `promise-chan` which eventually receives a result value.
Signature of the result value put on the channel is [result] where:

  |result| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via
chromex.error/get-last-error.
sourceraw docstring

get-play-store-state*cljs

(get-play-store-state* config)
source

get-printer-listclj/smacro

(get-printer-list)

Get list of available printers

This function returns a core.async channel of type promise-chan which eventually receives a result value. Signature of the result value put on the channel is [printers] where:

|printers| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.

Get list of available printers

This function returns a core.async channel of type `promise-chan` which eventually receives a result value.
Signature of the result value put on the channel is [printers] where:

  |printers| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via
chromex.error/get-last-error.
sourceraw docstring

get-printer-list*cljs

(get-printer-list* config)
source

get-visible-notificationsclj/smacro

(get-visible-notifications)

Get visible notifications on the system.

This function returns a core.async channel of type promise-chan which eventually receives a result value. Signature of the result value put on the channel is [notifications] where:

|notifications| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.

Get visible notifications on the system.

This function returns a core.async channel of type `promise-chan` which eventually receives a result value.
Signature of the result value put on the channel is [notifications] where:

  |notifications| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via
chromex.error/get-last-error.
sourceraw docstring

get-visible-notifications*cljs

(get-visible-notifications* config)
source

lock-screenclj/smacro

(lock-screen)

Locks the screen.

Locks the screen.
sourceraw docstring

lock-screen*cljs

(lock-screen* config)
source

login-statusclj/smacro

(login-status)

Get login status.

This function returns a core.async channel of type promise-chan which eventually receives a result value. Signature of the result value put on the channel is [status] where:

|status| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.

Get login status.

This function returns a core.async channel of type `promise-chan` which eventually receives a result value.
Signature of the result value put on the channel is [status] where:

  |status| - ?

In case of an error the channel closes without receiving any value and relevant error object can be obtained via
chromex.error/get-last-error.
sourceraw docstring

login-status*cljs

(login-status* config)
source

logoutclj/smacro

(logout)

Logout of a user session.

Logout of a user session.
sourceraw docstring

logout*cljs

(logout* config)
source

remove-printerclj/smacro

(remove-printer printer-id)

Remove printer.

|printer-id| - ?

Remove printer.

|printer-id| - ?
sourceraw docstring

remove-printer*cljs

(remove-printer* config printer-id)
source

restartclj/smacro

(restart)

Restart the browser.

Restart the browser.
sourceraw docstring

restart*cljs

(restart* config)
source

set-mouse-reverse-scrollclj/smacro

(set-mouse-reverse-scroll enabled)

Turn on/off reverse scrolling for mice.

|enabled| - if set, enable reverse scrolling.

Turn on/off reverse scrolling for mice.

|enabled| - if set, enable reverse scrolling.
sourceraw docstring

set-mouse-reverse-scroll*cljs

(set-mouse-reverse-scroll* config enabled)
source

set-mouse-sensitivityclj/smacro

(set-mouse-sensitivity value)

Set the mouse pointer sensitivity setting.

|value| - the pointer sensitivity setting index.

Set the mouse pointer sensitivity setting.

|value| - the pointer sensitivity setting index.
sourceraw docstring

set-mouse-sensitivity*cljs

(set-mouse-sensitivity* config value)
source

set-natural-scrollclj/smacro

(set-natural-scroll enabled)

Turn on/off Australian scrolling for devices other than wheel mouse.

|enabled| - if set, enable Australian scrolling.

Turn on/off Australian scrolling for devices other than wheel mouse.

|enabled| - if set, enable Australian scrolling.
sourceraw docstring

set-natural-scroll*cljs

(set-natural-scroll* config enabled)
source

set-play-store-enabledclj/smacro

(set-play-store-enabled enabled)

Enable/disable the Play Store.

|enabled| - if set, enable the Play Store.

This function returns a core.async channel of type promise-chan which eventually receives a result value. Signature of the result value put on the channel is [].

In case of an error the channel closes without receiving any value and relevant error object can be obtained via chromex.error/get-last-error.

Enable/disable the Play Store.

  |enabled| - if set, enable the Play Store.

This function returns a core.async channel of type `promise-chan` which eventually receives a result value.
Signature of the result value put on the channel is [].

In case of an error the channel closes without receiving any value and relevant error object can be obtained via
chromex.error/get-last-error.
sourceraw docstring

set-play-store-enabled*cljs

(set-play-store-enabled* config enabled)
source

set-primary-button-rightclj/smacro

(set-primary-button-right right)

Swap the primary mouse button for left click.

|right| - if set, swap the primary mouse button.

Swap the primary mouse button for left click.

|right| - if set, swap the primary mouse button.
sourceraw docstring

set-primary-button-right*cljs

(set-primary-button-right* config right)
source

set-tap-draggingclj/smacro

(set-tap-dragging enabled)

Turn on/off tap dragging for the touchpad.

|enabled| - if set, enable tap dragging.

Turn on/off tap dragging for the touchpad.

|enabled| - if set, enable tap dragging.
sourceraw docstring

set-tap-dragging*cljs

(set-tap-dragging* config enabled)
source

set-tap-to-clickclj/smacro

(set-tap-to-click enabled)

Turn on/off tap-to-click for the touchpad.

|enabled| - if set, enable tap-to-click.

Turn on/off tap-to-click for the touchpad.

|enabled| - if set, enable tap-to-click.
sourceraw docstring

set-tap-to-click*cljs

(set-tap-to-click* config enabled)
source

set-three-finger-clickclj/smacro

(set-three-finger-click enabled)

Turn on/off three finger click for the touchpad.

|enabled| - if set, enable three finger click.

Turn on/off three finger click for the touchpad.

|enabled| - if set, enable three finger click.
sourceraw docstring

set-three-finger-click*cljs

(set-three-finger-click* config enabled)
source

set-touchpad-sensitivityclj/smacro

(set-touchpad-sensitivity value)

Set the touchpad pointer sensitivity setting.

|value| - the pointer sensitivity setting index.

Set the touchpad pointer sensitivity setting.

|value| - the pointer sensitivity setting index.
sourceraw docstring

set-touchpad-sensitivity*cljs

(set-touchpad-sensitivity* config value)
source

shutdownclj/smacro

(shutdown force)

Shutdown the browser.

|force| - if set, ignore ongoing downloads and onunbeforeunload handlers.

Shutdown the browser.

|force| - if set, ignore ongoing downloads and onunbeforeunload handlers.
sourceraw docstring

shutdown*cljs

(shutdown* config force)
source

simulate-asan-memory-bugclj/smacro

(simulate-asan-memory-bug)

Simulates a memory access bug for asan testing.

Simulates a memory access bug for asan testing.
sourceraw docstring

simulate-asan-memory-bug*cljs

(simulate-asan-memory-bug* config)
source

tap-all-eventsclj/smacro

(tap-all-events chan)

Taps all valid non-deprecated events in chromex.ext.autotest-private namespace.

Taps all valid non-deprecated events in chromex.ext.autotest-private namespace.
sourceraw docstring

update-printerclj/smacro

(update-printer printer)

Update printer. Printer with empty ID is considered new.

|printer| - ?

Update printer. Printer with empty ID is considered new.

|printer| - ?
sourceraw docstring

update-printer*cljs

(update-printer* config printer)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close