Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v1.3.0
v1.3.0rc0
- Change to process group for better killing of multi-process chrome
- Add argument to Session/Target `send_command(..., *, with_perf: bool)` to
return timing information about browser write/read.
Expand Down
7 changes: 4 additions & 3 deletions ROADMAP.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Roadmap

- [ ] Fix up browser deps error (eliminate in-package analysis)
- [ ] Switch to process group and kill that to catch all chromium children
- [ ] Add helpers for running javascript
- [x] Fix up browser deps error (eliminate in-package analysis)
- [x] Switch to process group and kill that to catch all chromium children
- [x] Add helpers for running javascript
- [ ] Add helper just for refreshing page
- [ ] Working on better diagnostic information
- [ ] Explain to user when their system has security restrictions
- [ ] Eliminate synchronous API: it's unused, hard to maintain, and nearly
Expand Down