Click or drag to resize

APIRunSeleniumIDEScript Method

Runs a recorded and exported Selenium IDE script (.py file) from within currently running bot.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string RunSeleniumIDEScript(
	Object FullPathToPythonFile
)

Parameters

FullPathToPythonFile
Type: SystemObject
File path of the exported Selenium IDE python file.

Return Value

Type: String
Returns string containing 'success' or error message.
See Also