autogcd icon indicating copy to clipboard operation
autogcd copied to clipboard

Chrome Automation Library using Google Chrome Remote Debugger API in Go

Results 3 autogcd issues
Sort by recently updated
recently updated
newest added

@wirepair your latest gcd support the new setDownloadBehavior functionality discussed here https://bugs.chromium.org/p/chromium/issues/detail?id=696481#c39. This PR just exposes it in autogcd. Note that I stuck this on Tab, but it's really a...

How to execute console

When you issue a `SendKey()` the resulting keydown/keypress/keyup events do not have `code`, `keyCode`, `which` fields set. Example: `inputs[0].SendKeys("a")` results in: ``` altKey:false bubbles:true cancelBubble:false cancelable:true charCode:0 code:"" composed:true ctrlKey:false...