Comparing ilotoki0804:master...appium:master · ilotoki0804/python-client

Commits on Mar 5, 2026

  1. fix: fix type checker errors for pyright (appium#1203)

    * Add `__all__` to specify public API for `appium.webdriver`
    
    In `py.typed` modules, imported symbols considered private[^1], which is not importable by users.
    To become public interface, explicit `__all__` symbol is required.
    
    [^1]: https://typing.python.org/en/latest/spec/distributing.html#library-interface-public-and-private-symbols
    
    * Comment out unimplemented methods in CanExecuteScripts protocol
    
    * Uncomment and add deprecation warnings for unimplemented methods
    
    Added deprecation warnings for unimplemented methods in CanExecuteScripts protocol.
    
    * Update deprecation messages in CanExecuteScripts
    
    * Restore CanExecuteScripts protocol methods
    
    * Import Remote class from the original source
    
    * Fix formatting
    
    * Adjust formatting
    
    * Adjust formatting
    
    * Add explicit `__all__` and remove lint exceptions
    Configuration menu

    Browse the repository at this point in the history

  2. 5.2.7

    Automatically generated by python-semantic-release

    semantic-release committed

    Mar 5, 2026
    Configuration menu

    Browse the repository at this point in the history

Commits on Mar 8, 2026

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

Commits on Mar 13, 2026

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Mar 21, 2026

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Mar 28, 2026

  1. feat: Add AndroidKeyMetastate class for keyboard metastate constants (a…

    …ppium#1211)
    
    * feat(android): add AndroidKeyMetastate class for keyboard metastate constants
    
    * Reformat import statement for AndroidKey and Metastate
    
    * add space
    
    * fix(test): simplify assertion for AndroidKeyMetastate in test_has_some_metastates
    
    * Update appium/webdriver/extensions/android/nativekey.py
    
    ---------
    
    Co-authored-by: Kazuaki Matsuo <fly.49.89.over@gmail.com>
    Configuration menu

    Browse the repository at this point in the history

  2. 5.3.0

    Automatically generated by python-semantic-release

    semantic-release committed

    Mar 28, 2026
    Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    Browse the repository at this point in the history