cy.get('textarea').type('Hello world') // yields <textarea> ... by the W3 spec and is what the input's value will be set to regardless of browser or locale.
確定! 回上一頁