いつも参考にさせて頂いております。
ブラウザアプリの日付指定にてカレンダーをクリックする形での日付指定しかできないもので
前月末をクリックして日付を指定したいと考えております。
代入にて月末を取得し、変数に格納してクリック内の日付に相当するセレクターに変数を指定しましたが、添付のエラーが出て上手く動作しませんでした。
型はString int32 Generic Valueを試しましたがうまく行きません。
どなたかご教示頂けますと幸いです。
なお、変数は正常に前月末の日付を取得しておりました。
First, ensure your variable (e.g., lastDay) is of String type:
lastDay = lastDateVar.ToString and in the Click activity → Selector, click Open in UI Explorer then find the part of the selector that contains the date (e.g., <webctrl aaname='31' />). Replace the static number (like 31) with "+lastDay+"
"<webctrl aaname='" + lastDay + "' tag='DIV' />"
Ensure you enclose the selector in double quotes
Cheers
こんにちは
このメッセージは、Studioでの設定時のものでしょうか?そうであれば規定値が登録されていないからのようにも思えます。変数パネルで規定値を設定してみて解消するか確認してみてはと思います。
![]()
ご連絡ありがとうございます。
規定値を設定したらエラーが出なくなりました。
ご教示頂き、誠にありがとうございます。
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.

