Commit Graph

152 Commits

Author SHA1 Message Date
Kenneth Shaw
28ee6338d2 Updating examples/simple/main.go 2017-10-07 06:30:23 +07:00
Kenneth Shaw
20927f98e0 Updating to latest protocol.json 2017-10-05 07:41:50 +07:00
Kenneth Shaw
73f5d37ce2 Fixing bad comment on StreamHandle type in IO domain 2017-09-30 08:50:12 +07:00
Kenneth Shaw
7f081d4be0 Updating to latest protocol.json 2017-09-30 08:27:51 +07:00
Kenneth Shaw
2bc9c6ad0b Updating to latest protocol.json 2017-09-28 15:41:05 +07:00
Kenneth Shaw
f7ba4ae79b Fixing last commit 2017-09-16 06:56:18 +07:00
Kenneth Shaw
0d791ea6f4 Updating to latest protocol.json 2017-09-16 06:52:13 +07:00
Kenneth Shaw
d387b4f27e Minor change to gitignore 2017-09-04 10:09:20 +07:00
Kenneth Shaw
57d2ae2f9f Minor fix to contrib/grab-headless_shell.sh 2017-09-03 08:41:27 +07:00
Kenneth Shaw
89b40f20af Updating to latest protocol.json 2017-09-03 08:15:59 +07:00
Kenneth Shaw
4e57103faa Updating to latest protocol.json 2017-08-29 09:48:17 +07:00
Kenneth Shaw
50c2d576db Updating to latest protocol.json 2017-08-22 16:23:52 +07:00
Kenneth Shaw
b6cbbcbe03 Updating cookie example for new changed API 2017-08-21 07:10:42 +07:00
Kenneth Shaw
b2d9420f0c Updating to latest protocol.json 2017-08-21 06:56:21 +07:00
Kenneth Shaw
7123283c3e Updating to latest protocol.json 2017-08-14 07:59:43 +07:00
Kenneth Shaw
28f0ea8563 Updating to latest protocol.json 2017-08-11 09:28:38 +07:00
Kenneth Shaw
d4c10b0251 Cleaning up chromedp-gen/update.sh script 2017-08-03 14:18:29 +07:00
Kenneth Shaw
e5bd576a97 Updating to latest protocol.json 2017-08-03 12:37:27 +07:00
Ben Davies
10a6f7bd20 Fixes infinite loop (and consequentially spiked CPU usage) on ctx timeout 2017-08-01 13:15:36 +07:00
Kenneth Shaw
9282791225 Updating to latest protocol.json 2017-07-31 09:26:12 +07:00
Kenneth Shaw
5c732ec7c4 Adding faviconURL field to client.Chrome 2017-07-24 12:33:59 +07:00
Kenneth Shaw
b9e4c14157 Updating to latest protocol.json 2017-07-22 07:37:02 +07:00
Kenneth Shaw
2d46c88024 Updating to latest protocol.json 2017-07-14 10:35:11 +07:00
Kenneth Shaw
79b88e2c01 Fixing last commit 2017-07-13 07:46:32 +07:00
Kenneth Shaw
7615cdd4e5 Updating to latest protocol.json 2017-07-13 07:28:14 +07:00
Kenneth Shaw
2dda4650cf Updating to latest protocol.json 2017-07-11 10:39:08 +07:00
Kenneth Shaw
60b7898f53 Changing autogen comments to match Go CL#13560 standard. 2017-07-09 09:05:19 +07:00
Kenneth Shaw
a4589d95d6 Fixing Timestamp type name in cookie example 2017-07-09 08:44:09 +07:00
Kenneth Shaw
1e295eddfb Updating to latest protocol.json (clarifying timestamp behavior)
* Disabled AddOnLoadScript/RemoveOnLoadScript
* Updated chromedp-gen fixups for latest timestamp declarations
* Updated to latest protocol.json definitions
2017-07-09 08:40:29 +07:00
Kenneth Shaw
57826bddb1 Updating to latest protocol.json 2017-07-04 08:07:34 +07:00
Kenneth Shaw
ccdd204500 Adding missing comment to TimestampType const declarations 2017-07-02 18:47:59 +07:00
Kenneth Shaw
7fbfef7cf1 Adding synthesized "HAR" domain to protocol generation
* Added "HAR" domain
* Fixed issue with omitempty on domain types
2017-07-02 18:44:34 +07:00
Kenneth Shaw
d70d54233f Fixing timestamp issues
Adding full timestamp types. Fixes #71
2017-07-01 20:06:43 +07:00
Kenneth Shaw
f27ba717b1 Temporarily removing all timestamp types 2017-07-01 15:55:35 +07:00
Kenneth Shaw
547875a8f2 Minor change to contrib/meta.sh script 2017-07-01 14:24:47 +07:00
Kenneth Shaw
2f321ca865 Fixing issue with timestamps 2017-07-01 14:20:18 +07:00
Kenneth Shaw
69ade91d70 Adding links/resources section to README.md 2017-07-01 12:22:00 +07:00
Kenneth Shaw
1a35cceeae Adding OuterHTML and InnerHTML actions 2017-07-01 11:53:22 +07:00
Kenneth Shaw
df490a3025 Adding SetUploadFiles and changing SendKeys behavior
Added high level action SetUploadFiles to set the upload files for a
input[type="file"] node, and modified SendKeys to recognize the nodes.

Additionally, added unit test for both, and updated the
examples/upload/main.go to use the SendKeys variant.
2017-07-01 10:14:42 +07:00
Kenneth Shaw
0b9790e5a8 Example file upload 2017-07-01 08:17:38 +07:00
Kenneth Shaw
a2c99f7c1a Updating to latest protocol.json 2017-07-01 06:55:30 +07:00
Kenneth Shaw
fa151e8cf5 Updating to latest protocol.json 2017-06-25 08:38:47 +07:00
Kenneth Shaw
3d87ff99bf Updating to latest protocol.json 2017-06-23 09:00:24 +07:00
Kenneth Shaw
4cc4ba1ca2 Adding auto generated warning to kb/keys.go 2017-06-18 10:46:57 +07:00
Kenneth Shaw
8593dbf08e Fixing issue with Network.Headers type 2017-06-18 10:27:15 +07:00
Kenneth Shaw
59b4e8a6af Minor changes to update.sh and build.sh for chromedp-gen 2017-06-18 09:46:51 +07:00
Kenneth Shaw
fa3cf26d37 Minor changes to unit tests in attempt to fix issues with travis 2017-06-18 09:32:12 +07:00
Kenneth Shaw
dba0e6c45a Updating README.md with latest examples/simple/main.go 2017-06-18 08:12:33 +07:00
Rob Holland
68bf958ce3 If we receive an updated frame ensure we reset cur if required.
Prior to this change `cur` can be stale, meaning the frame returned for
`WaitFrame(ctxt, cdptypes.EmptyFrameID)` will be out of date, and never updated
based on incoming events.
2017-06-18 08:10:24 +07:00
Kenneth Shaw
622bb2ac33 Removing bad context declaration 2017-06-18 08:07:06 +07:00