Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / rust-headless-chrome/rust-headless-chrome issues and pull requests

#67 - Implement DOM.getBoxModel

Pull Request - State: closed - Opened by lukaslueg almost 6 years ago

#66 - Implement Browser.getVersion

Pull Request - State: closed - Opened by lukaslueg almost 6 years ago

#66 - Implement Browser.getVersion

Pull Request - State: closed - Opened by lukaslueg almost 6 years ago

#65 - DRY up the two call method methods

Pull Request - State: closed - Opened by atroche almost 6 years ago

#65 - DRY up the two call method methods

Pull Request - State: closed - Opened by atroche almost 6 years ago

#64 - Generate code coverage reports from the test suite

Issue - State: open - Opened by atroche almost 6 years ago

#64 - Generate code coverage reports from the test suite

Issue - State: open - Opened by atroche almost 6 years ago

#63 - Implement DOM.getBoxModel

Issue - State: closed - Opened by lukaslueg almost 6 years ago

#63 - Implement DOM.getBoxModel

Issue - State: closed - Opened by lukaslueg almost 6 years ago

#62 - Use the builder pattern for launch options

Pull Request - State: closed - Opened by r-darwish almost 6 years ago - 3 comments

#62 - Use the builder pattern for launch options

Pull Request - State: closed - Opened by r-darwish almost 6 years ago - 3 comments

#61 - Add query_wikipedia example

Pull Request - State: closed - Opened by lukaslueg almost 6 years ago - 1 comment

#61 - Add query_wikipedia example

Pull Request - State: closed - Opened by lukaslueg almost 6 years ago - 1 comment

#60 - Two small fixes

Pull Request - State: closed - Opened by lukaslueg almost 6 years ago - 1 comment

#60 - Two small fixes

Pull Request - State: closed - Opened by lukaslueg almost 6 years ago - 1 comment

#59 - Improve screenshot API, add example

Pull Request - State: closed - Opened by lukaslueg almost 6 years ago

#59 - Improve screenshot API, add example

Pull Request - State: closed - Opened by lukaslueg almost 6 years ago

#58 - Wait for initial tab to be available before returning from Browser::new

Issue - State: closed - Opened by atroche almost 6 years ago - 1 comment

#58 - Wait for initial tab to be available before returning from Browser::new

Issue - State: closed - Opened by atroche almost 6 years ago - 1 comment

#57 - Run cargo test on CI (Linux / Mac only)

Pull Request - State: closed - Opened by atroche almost 6 years ago - 1 comment

#56 - Add new_tab method to browser

Pull Request - State: closed - Opened by atroche almost 6 years ago

#55 - Figure out why `capture_screenshot` test fails on my MacBook but not on Travis

Issue - State: closed - Opened by atroche almost 6 years ago - 2 comments
Labels: help wanted

#54 - Reorganise modules, and reduce surface area of public API

Pull Request - State: closed - Opened by atroche almost 6 years ago

#53 - Add Struct-level docs to Browser

Pull Request - State: closed - Opened by atroche almost 6 years ago

#52 - Convert NodeAttributes to Map, add Node fields

Pull Request - State: closed - Opened by leshow almost 6 years ago - 5 comments

#51 - Add "real world" examples

Pull Request - State: closed - Opened by atroche almost 6 years ago - 1 comment

#50 - Allow Chrome binary to be specified with an ENV var

Issue - State: open - Opened by atroche almost 6 years ago - 1 comment

#49 - Implement reload

Pull Request - State: closed - Opened by lukaslueg almost 6 years ago - 1 comment

#48 - Implement captureScreenshot

Pull Request - State: closed - Opened by lukaslueg almost 6 years ago - 1 comment

#47 - Add ability to reload ?

Issue - State: closed - Opened by lukaslueg almost 6 years ago - 2 comments

#46 - Allow README to be doc-tested

Pull Request - State: closed - Opened by lukaslueg almost 6 years ago - 1 comment

#45 - Audit/Remove use of thread:sleep

Issue - State: closed - Opened by lukaslueg almost 6 years ago - 3 comments

#44 - Allow methods to be chained

Pull Request - State: closed - Opened by lukaslueg almost 6 years ago - 1 comment

#43 - Add Node::find

Pull Request - State: closed - Opened by lukaslueg almost 6 years ago - 1 comment

#42 - add extension preloading

Pull Request - State: closed - Opened by ravi0213 almost 6 years ago - 4 comments

#41 - Handle browser / WS conn being closed while using tab

Pull Request - State: closed - Opened by atroche almost 6 years ago - 1 comment

#40 - Make most modules not public

Pull Request - State: closed - Opened by atroche almost 6 years ago - 7 comments

#39 - Get "kills_process_on_drop" test running on Mac / Windows

Issue - State: open - Opened by atroche almost 6 years ago - 1 comment

#38 - Make cdtp::dom::Node::children a Vec instead of an Option<Vec> ?

Issue - State: open - Opened by lukaslueg almost 6 years ago - 3 comments

#37 - Run "headful" tests inside Xvfb

Issue - State: open - Opened by atroche almost 6 years ago - 7 comments

#36 - Have a less verbose name for `tab.wait_for_element`

Issue - State: open - Opened by atroche almost 6 years ago - 4 comments

#35 - Implement ops::Index ?

Issue - State: closed - Opened by lukaslueg almost 6 years ago - 5 comments

#34 - Do not expose internal types, modules or methods

Issue - State: closed - Opened by r-darwish almost 6 years ago - 3 comments

#33 - Multiple fixes

Pull Request - State: closed - Opened by r-darwish almost 6 years ago - 2 comments

#32 - Tabs become unresponsive if Browser is dropped

Issue - State: closed - Opened by lukaslueg almost 6 years ago - 1 comment

#31 - WIP: Add groundwork for integration tests

Pull Request - State: closed - Opened by lukaslueg almost 6 years ago - 3 comments

#30 - Remove TODOs in favour of GitHub Issues

Pull Request - State: closed - Opened by atroche almost 6 years ago

#29 - Make 'target_type' an enum rather than String in TargetInfo

Issue - State: closed - Opened by atroche almost 6 years ago

#28 - Handle (admittedly unlikely) case where child_process.stderr is None

Issue - State: closed - Opened by atroche almost 6 years ago - 3 comments

#26 - Use an Enum for the different kinds of protocol errors

Issue - State: open - Opened by atroche almost 6 years ago

#25 - Simplify complex method (Transport.handle_incoming_messages)

Issue - State: open - Opened by atroche almost 6 years ago

#24 - Guard against potential memory leak in Transport.call_method

Issue - State: closed - Opened by atroche almost 6 years ago

#23 - Rename cdtp module to 'protocol'

Issue - State: closed - Opened by atroche almost 6 years ago - 3 comments
Labels: good first issue

#22 - Add integration tests

Issue - State: open - Opened by atroche almost 6 years ago

#20 - Make the `ws_url_from_output` function return a Url from the url crate

Issue - State: closed - Opened by atroche almost 6 years ago - 1 comment
Labels: cleanup

#19 - Add more of the protocol's Node type's fields to our corresponding struct

Issue - State: closed - Opened by atroche almost 6 years ago - 5 comments
Labels: enhancement, good first issue

#18 - Deserialize a DOM node's attributes as a HashMap rather than a Vec<String>

Issue - State: closed - Opened by atroche almost 6 years ago
Labels: enhancement, good first issue

#17 - Remove networked integration tests

Pull Request - State: closed - Opened by atroche almost 6 years ago

#16 - Trim dependencies, remove lockfile

Pull Request - State: closed - Opened by lukaslueg almost 6 years ago - 1 comment

#15 - WIP Make default executable Platform independen

Pull Request - State: closed - Opened by lukaslueg almost 6 years ago - 4 comments

#14 - Make methods return &(mut) self where applicable

Issue - State: closed - Opened by lukaslueg almost 6 years ago - 3 comments

#13 - Deny deprecations

Pull Request - State: closed - Opened by r-darwish almost 6 years ago

#12 - Allow specifying the data directory

Issue - State: closed - Opened by r-darwish almost 6 years ago

#11 - Turn TODOs embedded in the code into Github issues

Issue - State: closed - Opened by r-darwish almost 6 years ago - 2 comments

#10 - Use tempfile crate instead of deprecated tempdir crate

Pull Request - State: closed - Opened by messense almost 6 years ago - 1 comment

#9 - Make sure all tests can pass in a CI environment

Issue - State: closed - Opened by atroche almost 6 years ago - 3 comments

#8 - Auto-download latest Chromium a la Puppeteer

Issue - State: closed - Opened by atroche almost 6 years ago - 8 comments
Labels: enhancement

#7 - Multiple fixes

Pull Request - State: closed - Opened by r-darwish almost 6 years ago - 1 comment

#6 - Better default path

Issue - State: closed - Opened by lukaslueg almost 6 years ago - 6 comments
Labels: enhancement

#5 - Support setCookies

Issue - State: closed - Opened by max-frai almost 6 years ago - 9 comments
Labels: enhancement

#4 - Check the tests as well and deny warnings

Pull Request - State: closed - Opened by r-darwish almost 6 years ago - 1 comment

#3 - Format the code using rustfmt and add CI

Pull Request - State: closed - Opened by r-darwish almost 6 years ago - 1 comment

#2 - Allow preloading extensions

Issue - State: closed - Opened by atroche almost 6 years ago - 7 comments
Labels: enhancement, good first issue

#1 - Implement Page.captureScreenshot

Issue - State: closed - Opened by atroche almost 6 years ago - 2 comments
Labels: enhancement