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

fix: Encapsulate Wcmd within a private wrapper #275

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    07a72b9 View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    surajk-m committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    6c19c80 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    f3d43da View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Update issue_cmd for boxed and non-boxed command types

    - Remove `test_wrap_command` and `test_helpers` feature
    - Refactor `issue_cmd` to accept impl `Into<Box<dyn WebDriverCompatibleCommand + Send + static>>`
    - Introduce a `GetTitle` struct that implements `WebDriverCompatibleCommand`
    surajk-m committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    e26d58e View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    0dd402d View commit details
    Browse the repository at this point in the history