You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the SaveAs command with an Exectute component - if the filename does contain the .rtd extension is produces the following error:
This component failed to run properly.
Error: Error HRESULT E_FAIL has been returned from a call to a COM component.
Occured in BH.Adapter.Robot.RobotAdapter.RunCommand(SaveAs command)
called from BH.Adapter.Robot.RobotAdapter.Execute(IExecuteCommand command, ActionConfig actionConfig)
Are you sure you have the correct type of inputs? Check their description for more details.
Steps to reproduce:
See above.
Expected behaviour:
The adapter should raise an error instructing the user to provide a filepath with the correct extension.
Test file(s):
The text was updated successfully, but these errors were encountered:
Description:
When using the
SaveAs
command with anExectute
component - if the filename does contain the .rtd extension is produces the following error:Steps to reproduce:
See above.
Expected behaviour:
The adapter should raise an error instructing the user to provide a filepath with the correct extension.
Test file(s):
The text was updated successfully, but these errors were encountered: