ブラウザーにアタッチのセレクター Selector for Attach-Browser

Academy Level3(Advanced)の課題②に取り組んでいます。
ディスパッチャ-は完成し、パフォーマーに取り組んでいます。

年次レポート.xlsxのアップロードまでは完了しました。
WorkItemページから、更新ページを開くところまでは、できました。

更新ページでは、confirmationID入力と「Completed」への変更が必要です。
更新ページを開き、ブラウザーにアタッチしましたが、そこでエラーが発生してしまいます。

「更新ページ_Attach Browser Update Work Item: このセレクターに対応する UI 要素が見つかりません: 」
という文面です。
urlの「*」はWIIDごとに変わるので、ワイルドカードを使用しています。

ブラウザーにアタッチの時点でエラーになるので、この後の、コメント欄入力とStatus変更(及びその更新確定)ができない状態です。
セレクターの修正が必要なのだとは思うのですが、どう修正すれば良いのでしょうか?

Hello,
Now I try to make flowchart for Academy Level3-Advanced, Assignment2.
Already I made Dispatcher.
Then, I make Performer.

I finished make until "Upload YearlyReports.xlsx.
I can open Upeload-Page from WorkItem-Page.

After open Upload-Page, now I have to input condirmation-ID and change status to “Completed”.
When I attached browser for Upload-Page, error occured.

They said,
Upload-Pag_Attach Browser Update Work Item: The UI element corresponding to this selector is not found:

(Sorry, I translate with website because I use Japanese ver.)

I use wild-card, “*” for url because everytime WIID is changed.

When “Attach Browser”, have error, then I can not input comment and change status (and also click “OK” for upload).

What’s problem for this?
Please help me…

1 Like

自力で解決できましたので、理由を記載しておきます。

セレクターの半角スペースが抜けていました。
正→ “< html title=‘ACME System 1 - Work Items’ url=‘ACME System 1 - Log In*’ />”

誤→"< html title=‘ACME System 1 -Work Items’ url=‘ACME System 1 - Log In*’ / >"

(文頭「<」と文末「>」のスペースは消して考えてください。セレクターに入力した通りだとうまくプレビューに出てこないです)
「html title=‘ACME System 1 -Work Items’」の「-」と「W」(=Work)の間にも半角スペースが必要なのに、詰めてセレクター設定してました。(手入力で間違えた模様)

Sorry,
I understood and solved this problem by myself.
I mistook spelling for selector.

We need " "(space)
html title=‘ACME System 1 -Work Items’
between “-” and “W” (=“Work”).
But I did not put " "(space).

After I put " "(space), then, I can do.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.