Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Commands interface in v9 missing command name/info & args

オープン
#2,219 コメント 5 件 リアクション 0 件 担当者 0 名 GitHub で見る

メンテナーはふだん 1 日以内に返信

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
ios, java

調査の方向性

Java クライアントの driver.events.commands インターフェースから始め、activateApp と executeScript("mobile:launchApp") を報告されたケースとして使用して、v8 と v9 の動作を比較します。commands の出力がどのように設定されるかを確認します。完了の条件は、driver.events.commands が有用なコマンド識別子とフィルタリング用の情報を公開し、これらのケースがカバーされていることです。

索引モデルが issue の本文から書いたものです。

説明

Description

In previous versions of Appium, I've been able to collect timings of executed commands. After update to v9, the commands interface no longer contains the name of the executed command (nor any other information to use in filtering).

Environment

  • Java client build version or git revision if you use some snapshot: 9.3.0
  • Appium server version or git revision if you use some snapshot: 2.11.2
  • Desktop OS/version used to run Appium if necessary: macOS
  • Node.js version (unless using Appium.app|exe) or Appium CLI or Appium.app|exe: v22.4.1
  • Mobile platform/version under test: iOS
  • Real device or emulator/simulator: simulator

Details

Please provide more details, if necessary.
The code that worked previously:

driver.activateApp(app.name)

// or following, the result is the same:
// driver.executeScript("mobile:launchApp", ImmutableMap.of("bundleId", app.name));

driver.events.commands.filter { it.name == "activateApp" }

Currently, the commands interface doesn't have any useful identifier for commands triggered by drivers:

"commands": [
    {
      "cmd": "getLogEvents",
      "startTime": 1723451304905,
      "endTime": 1723451304905
    },
    {
      "cmd": "execute",
      "startTime": 1723451304936,
      "endTime": 1723451312314
    }
  ],
主要言語
Java
スター
1.3k
フォーク
755
平均マージ
5日 14時間
マージ済み PR(30日)
8

環境構築

  • Dockerfile・Docker Compose ファイルなし
  • プルリクエストのテンプレートあり
  • コントリビューションガイドなし

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

appium/java-client のほかの issue

appium/java-client の issue をすべて見る

似ている issue

Java の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。