Skip to content

Commit

Permalink
newline cannot be entered in the instance name text box (web, word co…
Browse files Browse the repository at this point in the history
…mmands)
  • Loading branch information
rcktrncn committed Aug 2, 2021
1 parent 59799a5 commit 28f560c
Show file tree
Hide file tree
Showing 26 changed files with 26 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class SeleniumBrowserCheckBrowserInstanceExistsCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Broser** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }
[XmlAttribute]
[Attributes.PropertyAttributes.PropertyDescription("Please select the variable to receive the result")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class SeleniumBrowserCloseCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Browser** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }

public SeleniumBrowserCloseCommand()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class SeleniumBrowserCreateCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **seleniumInstance**")]
[Attributes.PropertyAttributes.Remarks("**myInstance** or **{{{vInstance}}}**")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }

[XmlAttribute]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public class SeleniumBrowserElementActionCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Browser** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }
[XmlAttribute]
[Attributes.PropertyAttributes.PropertyDescription("Element Search Method")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class SeleniumBrowserExecuteScriptCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Browser** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }
[XmlAttribute]
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the script code")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public class SeleniumBrowserInfoCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Browser** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }

[XmlAttribute]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public class SeleniumBrowserNavigateBackCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Browser** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }

public SeleniumBrowserNavigateBackCommand()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public class SeleniumBrowserNavigateForwardCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Browser** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }

public SeleniumBrowserNavigateForwardCommand()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class SeleniumBrowserNavigateURLCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Browser** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }
[XmlAttribute]
[Attributes.PropertyAttributes.PropertyDescription("Please Enter the URL to navigate to (ex. https://mycompany.com/orders, {{{vURL}}})")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class SeleniumBrowserRefreshCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Browser** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }

public SeleniumBrowserRefreshCommand()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class SeleniumBrowserSwitchFrameCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Browser** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }

[XmlAttribute]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class SeleniumBrowserSwitchWindowCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Browser** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }

[XmlAttribute]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public class SeleniumBrowserTakeScreenshotCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Browser** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public class WordAddDocumentCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }

public WordAddDocumentCommand()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class WordAppendDataTableCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }

[XmlAttribute]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class WordAppendImageCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }

[XmlAttribute]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public class WordAppendTextCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }

[XmlAttribute]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public class WordCheckWordInstanceExistsCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **{{{vInstance}}}**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }
[XmlAttribute]
[Attributes.PropertyAttributes.PropertyDescription("Please select the variable to receive the result")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public class WordCloseApplicationCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }
[XmlAttribute]
[Attributes.PropertyAttributes.PropertyDescription("Indicate if the Document should be saved")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public class WordCreateApplicationCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")]
[Attributes.PropertyAttributes.Remarks("")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }

public WordCreateApplicationCommand()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class WordExportToPDFCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }
[XmlAttribute]
[Attributes.PropertyAttributes.PropertyDescription("Please indicate the path of the new pdf")]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public class WordOpenDocumentCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }

[XmlAttribute]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class WordReadDocumentCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }

[XmlAttribute]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class WordReplaceTextCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }

[XmlAttribute]
Expand Down
1 change: 1 addition & 0 deletions taskt/Core/Automation/Commands/Word/WordSaveAsCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ public class WordSaveAsCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }
[XmlAttribute]
[Attributes.PropertyAttributes.PropertyDescription("Please indicate the path of the file")]
Expand Down
1 change: 1 addition & 0 deletions taskt/Core/Automation/Commands/Word/WordSaveCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ public class WordSaveCommand : ScriptCommand
[Attributes.PropertyAttributes.SampleUsage("**myInstance** or **wordInstance**")]
[Attributes.PropertyAttributes.Remarks("Failure to enter the correct instance name or failure to first call **Create Word** command will cause an error")]
[Attributes.PropertyAttributes.PropertyUIHelper(Attributes.PropertyAttributes.PropertyUIHelper.UIAdditionalHelperType.ShowVariableHelper)]
[Attributes.PropertyAttributes.PropertyTextBoxSetting(1, false)]
public string v_InstanceName { get; set; }

public WordSaveCommand()
Expand Down

0 comments on commit 28f560c

Please sign in to comment.