mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Add script execution support via WebDriver
This commit is contained in:
parent
1b08211a5e
commit
c2fc6e311a
19 changed files with 223 additions and 18 deletions
|
@ -52,6 +52,7 @@ extern crate style;
|
|||
extern crate url;
|
||||
extern crate uuid;
|
||||
extern crate string_cache;
|
||||
extern crate webdriver_traits;
|
||||
|
||||
pub mod cors;
|
||||
|
||||
|
@ -67,3 +68,4 @@ pub mod script_task;
|
|||
mod timers;
|
||||
pub mod textinput;
|
||||
mod devtools;
|
||||
mod webdriver_handlers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue