@salesforce/agents
Preparing search index...
agentTesterFactory
createAgentTester
Function createAgentTester
createAgentTester
(
connection
:
Connection
,
options
:
CreateAgentTesterOptions
,
)
:
Promise
<
CreateAgentTesterResult
>
Creates the appropriate tester based on detection priority:
explicitType
— always wins, no detection performed
runId
prefix — instant detection from the Salesforce ID prefix, no network call
testDefinitionName
— org metadata query, used as last resort
Parameters
connection
:
Connection
options
:
CreateAgentTesterOptions
Returns
Promise
<
CreateAgentTesterResult
>
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
@salesforce/agents
Loading...
Creates the appropriate tester based on detection priority:
explicitType— always wins, no detection performedrunIdprefix — instant detection from the Salesforce ID prefix, no network calltestDefinitionName— org metadata query, used as last resort