Update Examples
parent
b5b3831993
commit
98df7d16e1
@ -406,10 +406,10 @@ fn inspect(event: WebEvent)
|
||||
|
||||
fn main()
|
||||
let pressed = WebEvent::KeyPress 'x'
|
||||
pasted = WebEvent::Paste s"my text"
|
||||
click = WebEvent::Click x: 20, y: 80
|
||||
load = WebEvent::PageLoad
|
||||
unload = WebEvent::PageUnload
|
||||
pasted = WebEvent::Paste s"my text"
|
||||
click = WebEvent::Click x: 20, y: 80
|
||||
load = WebEvent::PageLoad
|
||||
unload = WebEvent::PageUnload
|
||||
|
||||
inspect pressed
|
||||
inspect pasted
|
||||
|
Loading…
Reference in New Issue
Block a user