// TODO: dead code. // const { queryAndAction } = require('./tia-extjs-query'); // const search = require('./selenium-search'); // // /** // * Returns DOM element. // * @param tEQ // * @param idForLog // * @param enableLog // * @return {*} // */ // export async function getDomElement({ // tEQ, // idForLog, // enableLog, // }) { // return queryAndAction({ // tEQ, // action: 'return cmpInfo.constProps.domEl;', // idForLog, // enableLog, // }); // }; // // // Click. // // Double click. // // Keyboard type. // // // Actions using DOM. // // Actions using ExtJS. // // // // Элементы. // // ua Действия юзеров. // // check Проверки. // // log Распечатки. // // // gT.ej.textEdit(tEQ); // // // actions // // checks // // log // // // gT.e.textEdit(tEQ): { // // actions // // checks // // log // // } //