試験UiPath-ADAv1-JPN トピック7 問題288 スレッド

UiPath UiPath-ADAv1-JPNのリアル試験問題集
問題 #: 288
トピック #: 7
開発者は、PDF レポートからデータをスクレイピングする自動化を作成しました。レポートの構造は同じで、タイトルの形式は常に「レポート X - PDF」T になります。X は 1 ~ 100 の数字です。一度に開くレポートは 1 つだけですが、デスクトップ上で他の PDF ファイルを開くこともできます。
セレクターが使用する正しい PDF を確実に識別するために推奨される方法は何ですか?

おすすめの解答:D 解答を投票する

Explanation
The recommended method to ensure the selector identifies the correct PDF to use is to use the * wildcard character in place of the "X" in the title attribute value. The * wildcard character is a symbol that can replace zero or more characters in a string. It can be used to handle dynamic elements in a selector, such as the title of a PDF file that changes for each report2. For example, if the selector for the PDF file is:
<html title='Report X - PDF' />
Then the selector can be modified as:
<html title='Report * - PDF' />
This selector will match any PDF file that has a title starting with "Report" and ending with "PDF", regardless of the number in between. This way, the selector can identify the correct PDF file to use, even if other PDF files are open on the desktop, as long as only one report is open at a time.
References: Selectors with Wildcards and Wildcards in selector from UiPath documentation and forum.

宫原** 2026-08-21 07:53:10

コメント

正解:
?」こちらは投票コメントになっております。普通のコメントに切り替えます。
ニックネーム: 送信 キャンセル
投票コメントをあげるごとに、選択した解答の投票数を1つ増やすことができます。

他人の解答コメントを賛成するのも、その解答に一票を入れることになります。したがって、すでに同じ意見の投票コメントが存在する場合、新規コメントをする代わりに賛成することもできます。

弊社を連絡する

我々は12時間以内ですべてのお問い合わせを答えます。

オンラインサポート時間:( UTC+9 ) 9:00-24:00
月曜日から土曜日まで

サポート:現在連絡