예제 #1
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Use this action in case you want to perform a Rest Action.");
     TBH.AddLineBreak();
     TBH.AddText("Enter End Point URL, Request Type, HTTP Version, Response Content Type, Cookie mode, Request Content Type, File location/Request Body, select security level and authorization if required.");
 }
예제 #2
0
파일: ActLink.cs 프로젝트: lanicon/Ginger
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Use this action in case you need to automate a click on an object from type Link."
                 + Environment.NewLine + Environment.NewLine +
                 "For Mobile use this action only in case running the flow on the native browser.");
 }
예제 #3
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Use this action in case you want to perform  a SOAP Action.");
     TBH.AddLineBreak();
     TBH.AddText("Enter End Point URL, SOAP Action, File location/Request Body, select security level and authorization if required.");
 }
예제 #4
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Use this action in case you need Media actions like: Record Audio, Video Play...");
 }
예제 #5
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Use this action to Set text at a particular location in Mainframe Terminal");
 }
예제 #6
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Use this action in case you need to pull/validate/update/etc. data from/on a database system.");
     TBH.AddLineBreak();
     TBH.AddText("This action contains list of options which will allow you to run simple or complicated SQL.");
 }
예제 #7
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Use this action in case you need get information on the device battery");
 }
예제 #8
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Use this action to Start, Stop, Restart the agent in middle of the flow");
     TBH.AddLineBreak();
 }
예제 #9
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("This action is used to test any function. Function Action (Obsolete - Do Not Use)");
 }
예제 #10
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Use this action to Read/Write Data from a common place for all Business Flows/Activities/Actions.");
 }
예제 #11
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Use this action in case you need to automate smart sync.");
 }
예제 #12
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Use this action in case you need to run Shell action like: ps, ls etc.");
 }
예제 #13
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Use this action when working with TextBox control");
     TBH.AddLineBreak();
     TBH.AddText("For example setting value in First Name TextBox for login screen");
     TBH.AddLineBreak();
     TBH.AddImage("TextBox.png", 200, 50);
     TBH.AddLineBreak();
     TBH.AddHeader1("the following sub actions can be selected:");
     TBH.AddLineBreak();
     TBH.AddText("Set Value");
     TBH.AddLineBreak();
     TBH.AddText("Set focus");
     TBH.AddLineBreak();
     TBH.AddText("Clear");
     TBH.AddLineBreak();
     TBH.AddText("Get Value");
     TBH.AddLineBreak();
     TBH.AddText("Is Required");
     TBH.AddLineBreak();
     TBH.AddText("Get Font");
     TBH.AddLineBreak();
     TBH.AddText("Is Prepopulated");
     TBH.AddLineBreak();
     TBH.AddText("Is Displayed");
     TBH.AddLineBreak();
     TBH.AddText("Get Input Length");
     TBH.AddLineBreak();
     TBH.AddText("Get Width");
     TBH.AddLineBreak();
     TBH.AddText("Get Height");
     TBH.AddLineBreak();
     TBH.AddText("Get Style");
 }
예제 #14
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Email Action let you send email");
     TBH.AddLineBreak();
     TBH.AddText("It is possible to include attachments");
 }
예제 #15
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("This is Log action which you can use to log any value as per configuration.");
 }
예제 #16
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Use this action to open a url in ginger.To open an url,just put url in value and run the action.");
 }
예제 #17
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Use this action in case you want to compare the screen area.");
 }
예제 #18
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Use this action to open an alert on web page.To open an alert,select control property type from Locate By drop down and then enter the value of that control and provide value in Value textbox and run the action");
 }
예제 #19
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("This is dummy action where you can put any value in value textbox.");
 }
예제 #20
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Use this action in case you need to create new Action with the common data and binding method.");
 }
예제 #21
0
 public void AddText(string txt)
 {
     TBF.AddText(txt);
 }
예제 #22
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Validate tags in XML/JSON documents by path");
     TBH.AddLineBreak();
 }
예제 #23
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Use this to Send Keys to Mainframe");
 }
예제 #24
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("UI Element Action");
 }
예제 #25
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Use this action to perform File operations ");
 }
예제 #26
0
        public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
        {
            TBH.AddText("Use this action to log end-to-end latency of web site to CSV file later on you can analyze trend and much more of each parameter");
            TBH.AddLineBreak();
            TBH.AddLineBreak();

            TBH.AddBoldText("CSV File Name - if exist will append result to this file");
            TBH.AddLineBreak();
            TBH.AddBoldText("Details - Column for additional info like URL used, variable etc");
            TBH.AddLineBreak();

            TBH.AddBoldText("Calculated Return Values:");
            TBH.AddLineBreak();
            TBH.AddText("pageLoadTime = loadEventEnd - navigationStart");
            TBH.AddLineBreak();
            TBH.AddText("connectTime = responseEnd - requestStart");
            TBH.AddLineBreak();
            TBH.AddLineBreak();
            TBH.AddBoldText("Raw data Values");
            TBH.AddLineBreak();
            TBH.AddText("• navigationStart");
            TBH.AddLineBreak();
            TBH.AddText("• unloadEventStart");
            TBH.AddLineBreak();
            TBH.AddText("• unloadEventEnd");
            TBH.AddLineBreak();
            TBH.AddText("• redirectStart");
            TBH.AddLineBreak();
            TBH.AddText("• redirectEnd");
            TBH.AddLineBreak();
            TBH.AddText("• fetchStart");
            TBH.AddLineBreak();
            TBH.AddText("• domainLookupStart");
            TBH.AddLineBreak();
            TBH.AddText("• domainLookupEnd");
            TBH.AddLineBreak();
            TBH.AddText("• connectStart");
            TBH.AddLineBreak();
            TBH.AddText("• connectEnd");
            TBH.AddLineBreak();
            TBH.AddText("• secureConnectionStart");
            TBH.AddLineBreak();
            TBH.AddText("• requestStart");
            TBH.AddLineBreak();
            TBH.AddText("• responseStart");
            TBH.AddLineBreak();
            TBH.AddText("• responseEnd");
            TBH.AddLineBreak();
            TBH.AddText("• domLoading");
            TBH.AddLineBreak();
            TBH.AddText("• domInteractive");
            TBH.AddLineBreak();
            TBH.AddText("• domContentLoadedEventStart");
            TBH.AddLineBreak();
            TBH.AddText("• domContentLoadedEventEnd");
            TBH.AddLineBreak();
            TBH.AddText("• domComplete");
            TBH.AddLineBreak();
            TBH.AddText("• loadEventStart");
            TBH.AddLineBreak();
            TBH.AddText("• loadEventEnd");
            TBH.AddLineBreak();
            TBH.AddLineBreak();
            TBH.AddBoldText("Supported browser");
            TBH.AddLineBreak();
            TBH.AddText("Desktop: Chrome 6.0+ , Firefox 7+, Internet Explorer 9+, Opera 15.0+, Safari 8+");
            TBH.AddLineBreak();
            TBH.AddText("Mobile: Android 4.0+, Firefox 15+, IE Mobile 9+, Opera Mobile 15.0 +, Safari Mobile 8+");
            TBH.AddLineBreak();
            TBH.AddLineBreak();
            TBH.AddText("More info at:");
            TBH.AddLineBreak();
            TBH.AddBoldText("http://www.w3.org/TR/navigation-timing/");
        }
예제 #27
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Use this action in case you need run Phone action like: Dial, Wait for ring");
 }
예제 #28
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Use this action to get Text/Details of a filed at a particular location in Terminal");
 }
예제 #29
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("Use this action to perform validations Using Value Expression editor ");
 }
예제 #30
0
 public override void ActionUserRecommendedUseCase(ITextBoxFormatter TBH)
 {
     TBH.AddText("See Plugin Documentation");
 }