Warning: Use of undefined constant Symbol - assumed 'Symbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215 Warning: Use of undefined constant JavaScriptSymbol - assumed 'JavaScriptSymbol' (this will throw an Error in a future version of PHP) in /mnt/new-ebs/workbench-106550/lib/dojo/util/docscripts/lib/parser2/dojo2.inc on line 215

dojo/robotx.js

  • Provides:

    • dojo.robotx
  • Requires:

    • dojo.robot in common
  • doh.robot._updateDocument

    • type
      Function
  • doh.robot.initRobot

    • parameters:
      • url: (typeof String)
        URL to open. Any of the test's dojo.doc calls (e.g. dojo.byId()), and any dijit.registry calls (e.g. dijit.byId()) will point to elements and widgets inside this application.
    • summary
      Opens the application at the specified URL for testing, redirecting dojo to point to the application environment instead of the test environment.
    • type
      Function
  • doh.robot.waitForPageToLoad

    • parameters:
      • submitActions: (typeof Function)
        The doh.robot will execute the actions the test passes into the submitActions argument (like clicking the submit button),
        expecting these actions to create a page change (like a form submit).
        After these actions execute and the resulting page loads, the next test will start.
    • summary
      Notifies DOH that the doh.robot is about to make a page change in the application it is driving,
      returning a doh.Deferred object the user should return in their runTest function as part of a DOH test.
    • description
      Notifies DOH that the doh.robot is about to make a page change in the application it is driving,
      returning a doh.Deferred object the user should return in their runTest function as part of a DOH test.
      Example:
      runTest:function(){
      return waitForPageLoad(function(){ doh.robot.keyPress(dojo.keys.ENTER, 500); });
      }
    • type
      Function
  • doh.robot._run

    • alias - doh.robot._run
    • parameters:
      • frame
    • type
      Function
  • dojo.config.debugContainerId

    • type
      String
  • dojo.config.debugHeight

    • type
      Number
  • dojo.robotx

    • type
      Object
  • dojo

    • type
      Object