Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First stab at chromote support #362

Merged
merged 56 commits into from
Feb 1, 2024
Merged

First stab at chromote support #362

merged 56 commits into from
Feb 1, 2024

Commits on Nov 15, 2022

  1. First stab at chromote support

    hadley committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    1159580 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    06411d9 View commit details
    Browse the repository at this point in the history
  3. Fix tests

    hadley committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    bbcad1f View commit details
    Browse the repository at this point in the history
  4. More robust way to wait

    hadley committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    5193896 View commit details
    Browse the repository at this point in the history
  5. Test and tweak print method

    hadley committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    2b24002 View commit details
    Browse the repository at this point in the history
  6. More fixture polishing

    hadley committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    602dfad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7902416 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f43ede4 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. More robust on recovery

    hadley committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3e1d843 View commit details
    Browse the repository at this point in the history
  2. Add missing function

    hadley committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    dd06874 View commit details
    Browse the repository at this point in the history
  3. Always try twice

    hadley committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3261b4b View commit details
    Browse the repository at this point in the history
  4. Simplify code

    hadley committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3b31e32 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. WIP

    hadley committed Nov 23, 2022
    Configuration menu
    Copy the full SHA
    604e235 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2023

  1. Grab HTML eagerly

    hadley committed Jan 10, 2023
    Configuration menu
    Copy the full SHA
    4fa59a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2023

  1. Add some basic examples

    hadley committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    18001fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c294276 View commit details
    Browse the repository at this point in the history
  3. Simplify clean up hack

    hadley committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    b35c696 View commit details
    Browse the repository at this point in the history
  4. Convert to R6

    hadley committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    a65b96b View commit details
    Browse the repository at this point in the history
  5. Implement click

    hadley committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    2bf6706 View commit details
    Browse the repository at this point in the history
  6. Polish hack

    hadley committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    3866d58 View commit details
    Browse the repository at this point in the history
  7. Implement double click

    hadley committed Jan 11, 2023
    Configuration menu
    Copy the full SHA
    2272615 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Initial scrolling support

    hadley committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    7f58184 View commit details
    Browse the repository at this point in the history
  2. Refactoring

    hadley committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    f8c6308 View commit details
    Browse the repository at this point in the history
  3. Move back to root note caching

    More unsuccessfully noodling on scrolling
    hadley committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    d9c82b9 View commit details
    Browse the repository at this point in the history
  4. Get scrolling working

    hadley committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    616f67e View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2023

  1. Use private methods

    hadley committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    ec97ac4 View commit details
    Browse the repository at this point in the history
  2. Rename class

    hadley committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    a28654e View commit details
    Browse the repository at this point in the history
  3. Rename files

    hadley committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    ee9685f View commit details
    Browse the repository at this point in the history
  4. Document LiveHTML object

    hadley committed Jan 16, 2023
    Configuration menu
    Copy the full SHA
    fc8490a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6260b7a View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Configuration menu
    Copy the full SHA
    48a183e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72ba563 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Polish docs

    hadley committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    4f3d6ea View commit details
    Browse the repository at this point in the history
  2. Fix scroll_in_to_view

    hadley committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    dcf2087 View commit details
    Browse the repository at this point in the history
  3. Get user-simulated click working

    Eliminate double_click in favour of parameter.
    hadley committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3e91eb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Override user agent

    hadley committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    6286baa View commit details
    Browse the repository at this point in the history
  2. Add html_table method

    hadley committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    f997620 View commit details
    Browse the repository at this point in the history
  3. Add type and press methods

    hadley committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    84769bf View commit details
    Browse the repository at this point in the history
  4. Search with xpath

    hadley committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    9fe933a View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Fix function name

    hadley committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7cdad68 View commit details
    Browse the repository at this point in the history
  2. Redocument

    hadley committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1e2796b View commit details
    Browse the repository at this point in the history
  3. Update spelling

    hadley committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1ded591 View commit details
    Browse the repository at this point in the history
  4. Update reference page

    hadley committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    a7d02ce View commit details
    Browse the repository at this point in the history
  5. Tweak examples

    hadley committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    b2a9178 View commit details
    Browse the repository at this point in the history
  6. Oops

    hadley committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    baa51a1 View commit details
    Browse the repository at this point in the history
  7. Fix pkgdown site

    hadley committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    3002bee View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Refactor live testing

    hadley committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    1c96b52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29e8d77 View commit details
    Browse the repository at this point in the history
  3. Test scrolling

    hadley committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    53e1424 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    397e03c View commit details
    Browse the repository at this point in the history
  5. Test pressing and typing

    And fix bugs thus revealed
    hadley committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    6d6fe05 View commit details
    Browse the repository at this point in the history
  6. Polish docs

    hadley committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b4a3940 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d43eec View commit details
    Browse the repository at this point in the history
  8. Test tables and xpath

    hadley committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    2c56755 View commit details
    Browse the repository at this point in the history
  9. Bump up scroll wait

    hadley committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    f8a8a2d View commit details
    Browse the repository at this point in the history
  10. Add news bullet

    hadley committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    5bf52ca View commit details
    Browse the repository at this point in the history