wzz-bridge Wiki
Brought to you by:
mark1900
The extension (eg. user-extensions.js)
The version of the extension
To update
Execute Groovy Class Selenium Commands
|| Command || Target || Value || || setWzzBridgeBaseUrl || http://localhost:8080/wzz-bridge-core/monkey/ || || || executeGroovyClass || {{{HelloClass.groovy}}} || World 01 || || assertLastExecuteGroovyClassResult || Hello World 01! || ||
Execute Groovy Script Selenium Commands
|| Command || Target || Value || || setWzzBridgeBaseUrl || http://localhost:8080/wzz-bridge-core/monkey/ || || || executeGroovyClass || {{{HelloScript.groovy}}} || World 01 || || assertLastExecuteGroovyScriptResult || Hello World 01! || ||
|| Command || Target || Value || || setWzzBridgeBaseUrl || http://localhost:8080/wzz-bridge-core/monkey/ || || || executeJava || java.lang.System.getProperty || java.vendor.url || || assertLastExecuteJavaResult || {{{http://java.sun.com/}}} || ||
|| Command || Target || Value || || setWzzBridgeBaseUrl || http://localhost:8080/wzz-bridge-core/monkey/ || || || executeProcess || echo Hello World || || || assertLastExecuteProcessResult || Hello World || ||
|| Command || Target || Value || || setWzzBridgeBaseUrl || http://localhost:8080/wzz-bridge-core/monkey/ || || || executeSql || select* from customers where rownum # 1 || || || assertNotSqlQueryValue || 0:customer_id || || || storeSqlQueryValue || 0:customer_id || customer_id || || echo || ${customer_id} || || || assertNotStoredVariable || customer_id || || || verifyEval || {{{storedVars['customer_id'] > 0}}} || true ||
|| Command || Target || Value || || setWzzBridgeBaseUrl || http://localhost:8080/wzz-bridge-core/monkey/ || || || clearHttpParameters || || || || retrieveHttpParameters || || || || assertLastRetrieveHttpParametersResult || || || || storeHttpParameters || parameterOne#valueOne || || || retrieveHttpParameters || || || || assertNotLastRetrieveHttpParametersResult || || || || retrieveHttpParameters || parameterOne || || || assertEval || {{{storedParameters['parameterOne']}}} || valueOne ||
|| Command || Target || Value || || setWzzBridgeBaseUrl || http://localhost:8080/wzz-bridge-core/monkey/ || || || fetchPropertiesFromFile || default.properties || .* || || assertStoredVariable|| key1 || value1 || || assertEval || {{{storedVars['key1']}}} || value1 || || echo || ${key1} || || || store || ${key1}0 || key10 || || echo || ${key10} || || || assertEval|| {{{storedVars['key10']}}} || value10 ||
|| Command || Target || Value || || setWzzBridgeBaseUrl || http://localhost:8080/wzz-bridge-core/monkey/ || || || fetchEnvironmentVariables || .* || || || assertStoredVariable|| JAVA_HOME || /usr/lib/jvm/java || || assertEval || {{{storedVars['JAVA_HOME']}}} || /usr/lib/jvm/java || || echo || ${JAVA_HOME} || || || store || ${JAVA_HOME}0 || JAVA_HOME0 || || echo || ${JAVA_HOME0} || || || assertEval|| {{{storedVars['JAVA_HOME0']}}} || /usr/lib/jvm/java0 ||
|| Command || Target || Value || || || || ||
No Selenium Hook. Only available via a url call. For instance;