Home
last modified time | relevance | path

Searched refs:inputElement (Results 1 – 2 of 2) sorted by relevance

/development/tools/winscope/src/test/e2e/
Dcross_tool_protocol_test.ts191 const inputElement = element(by.css('.input-timestamp')); constant
192 await inputElement.sendKeys(value);
199 const inputElement = element(by.css('.input-timestamp')); constant
200 await inputElement.sendKeys(value);
Dutils.ts145 const inputElement = element(by.css('input[name="humanTimeInput"]')); constant
146 const value = await inputElement.getAttribute('value');
155 const inputElement = element(by.css('input[name="nsTimeInput"]')); constant
156 const valueWithNsSuffix = await inputElement.getAttribute('value');
177 const inputElement = element( constant
184 await inputElement.sendKeys(inputStringStep2);