mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
webdriver: Serialize JS int values as i32. (#34997)
Signed-off-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
2da57602ac
commit
5140ce81f0
3 changed files with 10 additions and 1 deletions
|
@ -102,6 +102,7 @@ pub enum WebDriverJSValue {
|
|||
Undefined,
|
||||
Null,
|
||||
Boolean(bool),
|
||||
Int(i32),
|
||||
Number(f64),
|
||||
String(String),
|
||||
Element(WebElement),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue