SelectItemで一番上を選択する方法(クリック不可)

やりたいこと
項目を選択アクティビティが使えるコンボボックスで、常に一番上を選択したいです。(添付画像の場合、「2020年」を選択したい)

問題
クリックでidxを使用し一番上の要素をクリックできないかと思いましたが、項目全体しか選択することができません。(添付画像)
項目選択

上記のような状態で、「コンボボックスの一番上を選択」を実現するための方法はないでしょうか?

HI @111860

you are using Select item Activity right?

if yes you don’t need to open the dropdown and indicate there you just need to indicate on the
field (i.e., the one with the option to open the dropdown)
image

Regards
Sudharsan

When using Select Item Activity, I want to select the top.
The characters that come to the top are indefinite.

You can add a dynamic selector there it will select whatever element is on the top

if you open the selector in uiexplorer you can find aaname or innertext in attributes enable that and set as * there

like aaname =‘’ innertext= '

Can you show the selector by opening the uiexplorer ?

Regards
Sudharsan

"*" wildcard should be inside the quotes

こんにちは!

ドロップダウンから1つのアイテムのみを使用する場合。

以下の手順に従ってください。

selectitemアクティビティを実行します。次に、ドロップダウンにそれを示します。適応後。 uiexplorerでこれを開くと、UiExplorer内の内部テキストなどのオプションが表示される場合があります。未使用のアイテムをクリアし、必要なアイテムを保持します。

また

これは、子の検索と属性値の取得で行うことができます。必要なアイテムを保管してください。

よろしく、
NaNi