MCPcopy Index your code
hub / github.com/bugy/script-server / openDropdown

Function openDropdown

web-src/tests/unit/combobox_test.js:70–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 }
69
70 async function openDropdown() {
71 comboBox.get('.dropdown-trigger').trigger('click');
72
73 await timeout(50);
74 }
75
76 async function closeDropdown() {
77 comboBox.vm.comboboxWrapper.dropdown.options.outDuration = 1;

Callers 1

combobox_test.jsFile · 0.85

Calls 2

timeoutFunction · 0.90
getMethod · 0.45

Tested by

no test coverage detected