Method |
Description |
|
CheckCodeSequenceNovelty ( TranscriptCmdletBase cmdlet, List recordings, IRecordedCodeSequence codeSequence ) : bool |
|
|
ConvertCodeSequenceToCode ( IRecordedCodeSequence codeSequence, ILanguagePackage languagePackage, string commonData ) : string |
|
|
GoToNewlyOpenedWindowhandle ( ReadOnlyCollection currentWindowHandles ) : void |
|
|
IsNotFakeWebElement ( IWebElement resultElement ) : bool |
|
|
NotifyCodeGathered ( ) : void |
|
|
RecordActionItem ( TranscriptCmdletBase cmdlet, IRecordedCodeSequence codeSequence, IWebElement resultWebElement, RecordedAction actionItem ) : IRecordedCodeSequence |
|
|
RecordCodeSequence ( TranscriptCmdletBase cmdlet, List recordingCollection, object resultElement, IRecordedCodeSequence codeSequence ) : IRecordedCodeSequence |
|
|
RecordDataItem ( TranscriptCmdletBase cmdlet, IRecordedCodeSequence codeSequence, ReadOnlyCollection |
|
|
RecordWebItem ( TranscriptCmdletBase cmdlet, IRecordedCodeSequence codeSequence, IWebElement resultWebElement, RecordedWebElement elementItem ) : IRecordedCodeSequence |
|
|
Recorder ( ) : System.Linq |
|
|
SelectLanguage ( RecorderLanguages languageCode ) : ILanguagePackage |
|
|
SleepAndRunScriptBlocks ( TranscriptCmdletBase cmdlet ) : void |
|
|
StoreCodeSequenceInCollection ( TranscriptCmdletBase cmdlet, List recordings, IRecordedCodeSequence codeSequence ) : void |
Checks the uniqueness of the record and adds to the collection. |
|
WriteRecordingsToFile ( TranscriptCmdletBase cmdlet, string fileName ) : void |
|
|