WebDriver/Marionette: Difference between revisions

Line 181: Line 181:
/* Flags section */
/* Flags section */
MARIONETTE_CONTEXT = "content"; //keyword describes in which context, chrome or content, to run this script
MARIONETTE_CONTEXT = "content"; //keyword describes in which context, chrome or content, to run this script
MARIONETTE_ASYNC = false; //indicates whether the script is async or not
MARIONETTE_TIMEOUT = 10000; //specify a timeout period in ms
//MARIONETTE_TIMEOUT = 10000; //if it is async, specify a timeout period in ms


/* Test code */
/* Test code */
Confirmed users
1,905

edits