MCPcopy
hub / github.com/bugy/script-server / clickOnInputField

Function clickOnInputField

web-src/tests/unit/textfield_test.js:373–376  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

371 });
372
373 async function clickOnInputField() {
374 await autocompleteComponent.find('input').trigger('click')
375 await timeout(150)
376 }
377
378 function getOptionTexts() {
379 const listElements = autocompleteComponent.findAll('ul li')

Callers 1

textfield_test.jsFile · 0.85

Calls 1

timeoutFunction · 0.90

Tested by

no test coverage detected