SYMBOL INDEX (35 symbols across 10 files) FILE: plugins/protractor/index.d.ts type ProtractorBy (line 4) | interface ProtractorBy { FILE: src/normalize.js function normalizeSelector (line 15) | function normalizeSelector(sel) { FILE: src/querySelectorDeep.js function querySelectorAllDeep (line 17) | function querySelectorAllDeep(selector, root = document, allElements = n... function querySelectorDeep (line 21) | function querySelectorDeep(selector, root = document, allElements = null) { function _querySelectorDeep (line 25) | function _querySelectorDeep(selector, findMany, root, allElements = null) { function findMatchingElement (line 77) | function findMatchingElement(splitSelector, possibleElementsIndex, root) { function splitByCharacterUnlessQuoted (line 114) | function splitByCharacterUnlessQuoted(selector, character) { function isDocumentNode (line 137) | function isDocumentNode(node) { function findParentOrHost (line 141) | function findParentOrHost(element, root) { function collectAllElementsDeep (line 153) | function collectAllElementsDeep(selector = null, root, cachedElements = ... FILE: steps.d.ts type steps_file (line 2) | type steps_file = typeof import('./steps_file.js'); type SupportObject (line 5) | interface SupportObject { I: CodeceptJS.I } type CallbackOrder (line 6) | interface CallbackOrder { [0]: CodeceptJS.I } type Methods (line 7) | interface Methods extends CodeceptJS.Playwright {} type I (line 8) | interface I extends ReturnType {} type Actions (line 10) | interface Actions {} FILE: test/TestComponent.js class TestComponent (line 1) | class TestComponent extends HTMLElement { method constructor (line 3) | constructor({ childClassName = 'test-child', childTextContent = 'Child... method connectedCallback (line 12) | connectedCallback() { method add (line 17) | add(child) { method addNested (line 21) | addNested(child) { method observedAttributes (line 25) | static get observedAttributes() { method attributeChangedCallback (line 29) | attributeChangedCallback(name, oldValue, newValue) { FILE: test/basic.spec.js function setup (line 11) | function setup() { FILE: test/codeceptjs/steps.d.ts type steps_file (line 2) | type steps_file = typeof import('./steps_file.js'); type SupportObject (line 5) | interface SupportObject { I: CodeceptJS.I } type CallbackOrder (line 6) | interface CallbackOrder { [0]: CodeceptJS.I } type Methods (line 7) | interface Methods extends CodeceptJS.Playwright {} type I (line 8) | interface I extends ReturnType {} type Actions (line 10) | interface Actions {} FILE: test/createTestComponent.js function createTestComponent (line 2) | function createTestComponent(parent, options = {}) { function createNestedComponent (line 14) | function createNestedComponent(parent, count = 1, { createChildren = () ... constant COMPONENT_NAME (line 42) | const COMPONENT_NAME = 'test-component'; FILE: test/nopolyfills.spec.js function setup (line 7) | function setup() { FILE: test/protractor-locator.e2e.js function pageFromTemplate (line 41) | function pageFromTemplate(template /* string */) /* string */ {