Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/ronin-rb/ronin-web-browser

A Ruby library for automating the Chrome web browser
https://github.com/ronin-rb/ronin-web-browser

Updated the copyright years.

1ffa5b16ef307991c0f127484a2b0f52332c6053 authored about 1 year ago
Add ruby-3.3 to the CI matrix.

ecadc766361cd597e8eaf47271cb9f750fa5bb76 authored about 1 year ago
Add ruby-3.2 to the CI matrix.

33fd10e59a17843bda8cb014a8c58b4c3f821616 authored about 1 year ago
Update `Examples` section to show off `every_request` and `every_response`.

d3d8a4d89b6f13c53f211b62bd2a30bd43770cd6 authored over 1 year ago
Bump the `actions/checkout` action to `v4`.

ef6a32ea2e0e8de5c91f69849cdfd4e5fbb58aab authored over 1 year ago
Added `Agent#wait_until_closed` for detecting when the window is closed.

4c1b647ea1849d6f7d8790e124cfa72e9ecd1693 authored over 1 year ago
Removed the Twitter account link.

16999d3990d9afd6360f6fe29289e84ea5f689ec authored over 1 year ago
Fixed a YARD tag.

cedca09e98def93c51af26b7f7dbb60c8150f0af authored over 1 year ago
Allow `#every_response` to yield both the response and the request.

e8e83ea8df84e2fa3d17425c61ad5deae3949201 authored over 1 year ago
Only yield the `exchange` from `every_response`.

55bf8f0c20cc1143532ae1aab8ad2e41fb6636b4 authored over 1 year ago
Added `Agent#every_response` (closes #15).

f5d2566e43b98ebb81afb573bc7feb7eb3e16332 authored over 1 year ago
Added `Agent#search` (closes #14).

b97917c968dd1f1a42f0d6a403343b6807cb89fb authored over 1 year ago
Added `Agent#at` (closes #13).

0d4684f1d8586eb7860e8080475f19a6b4416a34 authored over 1 year ago
Move `Agent#bypass_csp=` up to the other settings methods.

81cde3c6923e61deece58726f009f8ff5c69ca02 authored over 1 year ago
Added `Agent#page_uri` (closes #12).

2c3008fc0a12b1139bf4d3ead0be203185c78ae8 authored over 1 year ago
Added a spec for `Agent#every_url`.

259f647843243d86b2bbd3aeefc61c8ad5ce085a authored over 1 year ago
Refactor `Agent#every_url` to use `every_request`.

bafdec6cf89903c5b4dd3b0542cbcb32d16e1a94 authored over 1 year ago
Corrected a YARD type for `request` yield params.

c5614c8e447e207a05cbb75f28ea7e19d32f01dd authored over 1 year ago
Added a `Agent#every_request` method (closes #11).

ca9f5236f5859e98bbddff88cca3728790ec9d98 authored over 1 year ago
Added methods for working with browser cookies (closes #6,#7,#8,#9,#10).

* Added `Agent#each_session_cookie`.
* Added `Agent#session_cookies`.
* Added `Agent#set_cookie`...

19c7971edb88db3ab3772d63accd4184421add1c authored over 1 year ago
Switched to using the `ferrum` main branch for `cookies.each`.

68c6cb3f8dc8d42bdc2fce2e006f6229ba05056d authored over 1 year ago
Removed non-existent `man` directory from `.document`.

11b0e80c9e5b418636fee3f4410e5b8dee11d74f authored over 1 year ago
Added `Agent#bypass_csp=`.

0467424349242a076ce77c81da74930920ad3f28 authored over 1 year ago
Alias `Agent#load_css` to `add_style_tag`.

7c9a1f5c7bad2d652e921444ddc2902146c73b87 authored over 1 year ago
Alias `Agent#inject_js` to `evaluate_on_new_document`.

5feb8fec652589da813085a2ee7cf44e2b1644d0 authored over 1 year ago
alias `Agent#load_js` to `add_script_tag`.

66d55f97d98a51e9787f1b97ced2546510038b72 authored over 1 year ago
Alias `eval_js` to `evaluate`.

096206fac7d45630dfe7a22a4058d55f9f413f8c authored over 1 year ago
fix(#2): Add rubocop

0d2585755740d7270307061338c1bf667cc3ab03 authored over 1 year ago
Moved bulk of the logic into `Ronin::Web::Browser::Agent`.

843c7ccc0d6f77cd36c984f6af098dc16d1ec657 authored almost 2 years ago
Added `Browser#every_url_like`.

776adc21328660ed737a8d4032ba628dc1f48b52 authored almost 2 years ago
Added `Browser#every_url`.

9ba241b12ae21c999ff12e336de6e2a5978a5ac4 authored almost 2 years ago
Fixed `Browser#on(:response)`.

10e077d8ec3cb8e8b314e1bafa32b717000567bf authored almost 2 years ago
Mention the small memory footprint.

0749f3d98f4e19997983d9503638932a53ed2c12 authored almost 2 years ago
Mention the documentation and test coverage.

8dbf979558bcdee1f718540a09fd715e53845e81 authored almost 2 years ago
Added examples for using `Ronin::Web::Browser`.

677225401e41cc816c35b55b0f82dcd3b214447a authored almost 2 years ago
Added specs for `Browser#proxy?`.

3421c97203839fc9fefa8224559deb1fa890a347 authored almost 2 years ago
Added specs for `Browser.open`.

f48f32ff81f6f3d1ea9c4c415053e2fec5868acc authored almost 2 years ago
Initial commit.

887d8293999acf53c9948a23cb42df5cdf3e880f authored almost 2 years ago