mirror of
https://github.com/servo/servo.git
synced 2025-08-12 17:05:33 +01:00
Update web-platform-tests to revision 2b4f117a8fc636fc316b3864763db6b28e8a42bc
This commit is contained in:
parent
d7e7e43a80
commit
7ae94b8030
116 changed files with 3431 additions and 487 deletions
|
@ -124,6 +124,14 @@ Note that if the element to be clicked does not have a unique ID, the
|
|||
document must not have any DOM mutations made between the function
|
||||
being called and the promise settling.
|
||||
|
||||
## delete_all_cookies
|
||||
|
||||
Usage: `test_driver.delete_all_cookies(context=null)`
|
||||
* _context_: an optional WindowProxy for the browsing context in which to
|
||||
perform the call.
|
||||
|
||||
This function deletes all cookies for the current browsing context.
|
||||
|
||||
### send_keys
|
||||
|
||||
Usage: `test_driver.send_keys(element, keys)`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue