Page tree
Skip to end of metadata
Go to start of metadata




void setThrowExceptionOnFail(throwExceptionOnFail)


Supported in iOS Supported in Android

Description

Void methods throw an exception by default.

This command enables the user to control that option.

Note: This command is available only from a JAVA, C# Or Python coding environments.

Parameters

  • throwExceptionOnFail: Boolean parameter:
    • true (default):  An exception will be thrown when void method fail.
    • false: No exception will be thrown when a Void method fail.
  • No labels