Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
さまざまな方法で入力フィールドをクリアしようとしています:
私にとって、これは魅力のように機能します:
browser.getValue('css selector', '#id', (textValue) => { for(let i = 0; i < textValue.value.length; i ++) { this.setValue('#id', '\u0008'); } });
提供されたものはどれもうまくいかなかったので、この種の解決策を考え出さなければなりませんでした。