SYMBOL INDEX (311 symbols across 90 files) FILE: functional-tests/dictionaries/test-dictionary.js class TestDictionary (line 4) | class TestDictionary extends BaseDictionary { method constructor (line 5) | constructor() { FILE: functional-tests/pages/absolutePage.js class AbsolutePage (line 5) | class AbsolutePage extends BasePage { method constructor (line 6) | constructor() { FILE: functional-tests/pages/additionalParams.js class AdditionalParamsPage (line 5) | class AdditionalParamsPage extends BasePage { method constructor (line 6) | constructor() { FILE: functional-tests/pages/appearSimpleForm.js class AppearSimpleForm (line 5) | class AppearSimpleForm extends BasePage { method constructor (line 6) | constructor() { FILE: functional-tests/pages/appearSimpleFormPost.js class AppearSimpleFormPost (line 5) | class AppearSimpleFormPost extends BasePage { method constructor (line 6) | constructor() { FILE: functional-tests/pages/appearTabularData.js class AppearTabularData (line 5) | class AppearTabularData extends BasePage { method constructor (line 6) | constructor() { FILE: functional-tests/pages/buttonForm.js class ButtonForm (line 5) | class ButtonForm extends BasePage { method constructor (line 6) | constructor() { FILE: functional-tests/pages/dragAndDrop.js class DragAndDropPage (line 5) | class DragAndDropPage extends BasePage { method constructor (line 6) | constructor() { FILE: functional-tests/pages/google.js class GooglePage (line 5) | class GooglePage extends BasePage { method constructor (line 6) | constructor() { FILE: functional-tests/pages/main.js class MainPage (line 5) | class MainPage extends BasePage { method constructor (line 6) | constructor() { FILE: functional-tests/pages/matchers.js class MatchersPage (line 5) | class MatchersPage extends BasePage { method constructor (line 6) | constructor() { FILE: functional-tests/pages/navigationPages.js class NavigationPagesPage (line 5) | class NavigationPagesPage extends BasePage { method constructor (line 6) | constructor() { FILE: functional-tests/pages/simpleForm.js class SimpleForm (line 5) | class SimpleForm extends BasePage { method constructor (line 6) | constructor() { FILE: functional-tests/pages/simpleFormPost.js class SimpleFormPost (line 5) | class SimpleFormPost extends BasePage { method constructor (line 6) | constructor() { FILE: functional-tests/pages/simpleSelectForm.js class SimpleForm (line 5) | class SimpleForm extends BasePage { method constructor (line 6) | constructor() { FILE: functional-tests/pages/tabularData.js class TabularData (line 5) | class TabularData extends BasePage { method constructor (line 6) | constructor() { FILE: functional-tests/www/jsonData/xlsxData.router.js function xlsxDataRouting (line 3) | function xlsxDataRouting() { FILE: src/comparators/comparator.interface.ts type Comparator (line 1) | interface Comparator { FILE: src/comparators/comparators.ts class Comparators (line 4) | class Comparators { method constructor (line 5) | constructor( method compare (line 9) | public compare(values: any[], order: string): Promise { method findComparator (line 19) | public findComparator(values: any[]): Comparator { method addComparator (line 23) | public addComparator(comparator: Comparator): void { FILE: src/core/cli/initializer.ts class Initializer (line 6) | class Initializer { method createProjectDirectory (line 7) | public createProjectDirectory(dirPath) { method createTemplateFile (line 15) | public createTemplateFile(templatePath, content) { method createTemplateFileWithContentFrom (line 23) | public createTemplateFileWithContentFrom(contentPath, file) { method promptFolders (line 29) | public async promptFolders(message, defaultValue, type = 'input') { method initConfig (line 47) | public async initConfig(commandArgs) { method initEnv (line 222) | public async initEnv() { method generateProjectStructure (line 230) | public async generateProjectStructure() { FILE: src/core/modules-loader.helper.ts class ModulesLoader (line 5) | class ModulesLoader { method constructor (line 8) | constructor(configuration) { method getModules (line 30) | public getModules(group) { method getModulesAsObject (line 34) | public getModulesAsObject(projectFolders) { method getFilePaths (line 45) | public getFilePaths(folders) { FILE: src/dictionaries/base.ts class BaseDictionary (line 1) | class BaseDictionary { method constructor (line 5) | constructor(name, values) { method isSatisfiedBy (line 10) | public isSatisfiedBy(name: string): boolean { method getMappedValue (line 14) | public getMappedValue(key: string): string { FILE: src/dictionaries/dictionaries.ts class Dictionaries (line 3) | class Dictionaries { method constructor (line 4) | constructor(private availableDictionaries: Dictionary[] = []) {} method getMappedValue (line 6) | public getMappedValue(dictionaryName: string, key: string): string { method findDictionary (line 16) | public findDictionary(name: string): Dictionary { method findMappedValueByPhrase (line 20) | public findMappedValueByPhrase(phrase: string): string { method addDictionary (line 33) | public addDictionary(dictionary: Dictionary): void { FILE: src/emails/adapter/mailtrap.client.ts class MailTrapClient (line 4) | class MailTrapClient { method constructor (line 8) | constructor(requestClient, config) { method isSatisfiedBy (line 13) | public isSatisfiedBy(emailConfiguration) { method getMailtrapConfig (line 22) | public getMailtrapConfig() { method clearInbox (line 30) | public clearInbox() { method getEmails (line 45) | public async getEmails() { method getAttachments (line 73) | public getAttachments(email) { method markAsRead (line 88) | public markAsRead(email) { FILE: src/emails/email.service.ts class EmailService (line 4) | class EmailService { method constructor (line 8) | constructor(config, defaultAdapters) { method clearInbox (line 14) | public clearInbox() { method getEmails (line 20) | public getEmails() { method getAttachments (line 26) | public getAttachments(email) { method markAsRead (line 32) | public markAsRead(email) { method addAdapter (line 38) | public addAdapter(adapter) { method getAdapter (line 42) | public getAdapter() { FILE: src/emails/filter/current-user.filter.ts class CurrentUserFilter (line 3) | class CurrentUserFilter { method isSatisfiedBy (line 4) | public isSatisfiedBy(type) { method filter (line 8) | public filter(emails, type, value, world) { FILE: src/emails/filter/minimal-email-size.filter.ts class MinimalEmailSizeFilter (line 1) | class MinimalEmailSizeFilter { method isSatisfiedBy (line 2) | public isSatisfiedBy(type) { method filter (line 6) | public filter(emails, type, value) { FILE: src/emails/filter/text-fields.filter.ts class TextFieldFilter (line 4) | class TextFieldFilter { method isSatisfiedBy (line 5) | public isSatisfiedBy(type) { method filter (line 9) | public filter(emails, type, value) { FILE: src/emails/filters.ts class Filters (line 3) | class Filters { method constructor (line 6) | constructor() { method filter (line 14) | public filter(emails, type, value, world) { method findFilter (line 24) | public findFilter(type) { FILE: src/form-handlers/form-handler.interface.ts type FormHandler (line 1) | interface FormHandler { FILE: src/form-handlers/handler/checkbox.handler.ts class CheckboxHandler (line 3) | class CheckboxHandler implements FormHandler { method isSatisfiedBy (line 4) | public isSatisfiedBy(element) { method handleFill (line 21) | public handleFill(page, elementName, desiredValue) { method handleCheck (line 36) | public handleCheck(page, elementName, desiredValue) { method getPriority (line 70) | public getPriority() { FILE: src/form-handlers/handler/ckeditor.handler.ts class CKEditorHandler (line 3) | class CKEditorHandler implements FormHandler { method isSatisfiedBy (line 4) | public isSatisfiedBy(element, elementName) { method handleFill (line 8) | public handleFill(page, elementName, desiredValue) { method handleCheck (line 18) | public handleCheck(page, elementName, desiredValue) { method getPriority (line 22) | public getPriority() { FILE: src/form-handlers/handler/custom-angular-select.handler.ts class CustomAngularSelectHandler (line 3) | class CustomAngularSelectHandler implements FormHandler { method constructor (line 7) | constructor() { method isSatisfiedBy (line 12) | public isSatisfiedBy(element, elementName) { method handleFill (line 16) | public handleFill(page, elementName, desiredValue) { method handleCheck (line 38) | public handleCheck(page, elementName, desiredValue) { method getPriority (line 51) | public getPriority() { FILE: src/form-handlers/handler/default.handler.ts class DefaultHandler (line 3) | class DefaultHandler implements FormHandler { method isSatisfiedBy (line 4) | public isSatisfiedBy() { method handleFill (line 8) | public handleFill(page, elementName, desiredValue) { method handleCheck (line 16) | public handleCheck(page, elementName, desiredValue) { method getPriority (line 34) | public getPriority() { FILE: src/form-handlers/handler/file.handler.ts class FileHandler (line 5) | class FileHandler implements FormHandler { method isSatisfiedBy (line 6) | public isSatisfiedBy(element) { method handleFill (line 23) | public handleFill(page, elementName, desiredValue) { method handleCheck (line 29) | public handleCheck(page, elementName, desiredValue) { method getPriority (line 42) | public getPriority() { FILE: src/form-handlers/handler/radio.handler.ts class RadioHandler (line 3) | class RadioHandler implements FormHandler { method isSatisfiedBy (line 4) | public isSatisfiedBy(element) { method handleFill (line 21) | public handleFill(page, elementName, desiredValue) { method handleCheck (line 36) | public handleCheck(page, elementName, desiredValue) { method getPriority (line 61) | public getPriority() { FILE: src/form-handlers/handler/select.handler.ts class SelectHandler (line 3) | class SelectHandler implements FormHandler { method constructor (line 6) | constructor() { method isSatisfiedBy (line 10) | public isSatisfiedBy(element) { method handleFill (line 14) | public handleFill(page, elementName, desiredValue) { method handleCheck (line 45) | public handleCheck(page, elementName, desiredValue) { method getPriority (line 60) | public getPriority() { FILE: src/form-handlers/handler/uploaded-file.handler.ts class UploadedFileHandler (line 3) | class UploadedFileHandler implements FormHandler { method isSatisfiedBy (line 4) | public isSatisfiedBy(element, elementName) { method handleFill (line 8) | public handleFill(page, elementName, desiredValue) { method handleCheck (line 12) | public handleCheck(page, elementName, desiredValue) { method getPriority (line 22) | public getPriority() { FILE: src/form-handlers/handlers.ts class FormHandlers (line 5) | class FormHandlers { method constructor (line 6) | constructor( method addHandler (line 19) | public addHandler(handler: FormHandler): void { method handleFill (line 23) | public async handleFill(page: Base, elementName: string, desiredValue:... method handleCheck (line 37) | public async handleCheck(page: Base, elementName: string, desiredValue... method getHandlers (line 51) | public getHandlers(): FormHandler[] { FILE: src/generators/generator.interface.ts type Generator (line 1) | interface Generator { FILE: src/generators/generator/personalData.generator.ts method isSatisfiedBy (line 5) | isSatisfiedBy(name) { method generate (line 9) | generate(options) { FILE: src/generators/generator/string-with-length.generator.ts method isSatisfiedBy (line 4) | isSatisfiedBy(name) { method generate (line 8) | generate(generatorParam) { FILE: src/generators/generators.ts class Generators (line 4) | class Generators { method constructor (line 5) | constructor( method generate (line 9) | public generate(generatorName: string, ...params: any): Promise { method addGenerator (line 19) | public addGenerator(generator: Generator): void { method findGenerator (line 23) | public findGenerator(name: string): Generator { FILE: src/kakunin.d.ts type Global (line 6) | interface Global { type Console (line 12) | interface Console { type RegExpConstructor (line 16) | interface RegExpConstructor { FILE: src/matchers/matcher.interface.ts type Matcher (line 1) | interface Matcher { FILE: src/matchers/matcher/attribute.matcher.ts class AttributeMatcher (line 4) | class AttributeMatcher implements Matcher { method isSatisfiedBy (line 5) | public isSatisfiedBy(prefix) { method match (line 9) | public match(element, attributeName, regexName) { FILE: src/matchers/matcher/clickable.matcher.ts class ClickableMatcher (line 3) | class ClickableMatcher implements Matcher { method isSatisfiedBy (line 4) | public isSatisfiedBy(prefix, name) { method match (line 8) | public match(element) { FILE: src/matchers/matcher/currentDate.matcher.ts class CurrentDateMatcher (line 4) | class CurrentDateMatcher implements Matcher { method isSatisfiedBy (line 5) | public isSatisfiedBy(prefix, name) { method match (line 9) | public match(element, name = null, params = 'DD-MM-YYYY') { FILE: src/matchers/matcher/invisible.matcher.ts class InvisibleMatcher (line 3) | class InvisibleMatcher implements Matcher { method isSatisfiedBy (line 4) | public isSatisfiedBy(prefix, name) { method match (line 8) | public async match(element) { FILE: src/matchers/matcher/not-clickable.matcher.ts class NotClickableMatcher (line 3) | class NotClickableMatcher implements Matcher { method isSatisfiedBy (line 4) | public isSatisfiedBy(prefix, name) { method match (line 8) | public match(element) { FILE: src/matchers/matcher/present.matcher.ts class PresentMatcher (line 3) | class PresentMatcher implements Matcher { method isSatisfiedBy (line 4) | public isSatisfiedBy(prefix, name) { method match (line 8) | public match(element) { FILE: src/matchers/matcher/regex-matcher/index.ts class RegexMatcher (line 5) | class RegexMatcher implements Matcher { method isSatisfiedBy (line 6) | public isSatisfiedBy(prefix, name) { method match (line 10) | public match(element, regexName) { FILE: src/matchers/matcher/regex-matcher/regex-builder.ts class RegexBuilder (line 3) | class RegexBuilder { method buildRegex (line 4) | public buildRegex(regexTemplate: string): RegExp { FILE: src/matchers/matcher/text.matcher.ts class TextMatcher (line 4) | class TextMatcher implements Matcher { method isSatisfiedBy (line 5) | public isSatisfiedBy(prefix) { method match (line 9) | public match(element, ...params) { FILE: src/matchers/matcher/visible.matcher.ts class VisibleMatcher (line 3) | class VisibleMatcher implements Matcher { method isSatisfiedBy (line 4) | public isSatisfiedBy(prefix, name) { method match (line 8) | public match(element) { FILE: src/matchers/matchers.ts class Matchers (line 6) | class Matchers { method constructor (line 7) | constructor( method addMatcher (line 21) | public addMatcher(matcher: Matcher): void { method match (line 25) | public match(element: object, matcherName: string): Promise