電子メールタイプのテキストフィールドにテキストを入力できないようです。テキストフィールドにテキストを入力する方法ここで入力タイプ 'email'のテキストフィールドにテキストを入力できません
は私がページからもらったコードスニペットです:ここで
<input type="email" name="email-123" ng-model="value123" ng-disabled="(v.disable === true)">
は私がしたいまず最初
type | xpath=/html/body/div[1]/portal/div/div/tenants/div/div/div[2]/form/div[1]/div/div/md-content/fieldset[3]/div[1]/div/div/md-input-container/input[@name='email-123'] | "[email protected]"
これまでにセレンで試したことのあるコードスニペットと、インタラクションしているHTMLのスニペットを教えてください。これらがなければ、どんな解決策も提供するのが嫌いです – Jsmith2800
私はページから得たコードスニペットを以下に示します: これまで私が試したことはありますが、動作していません。 type | xpath =/html/body/div [1]/portal/div/div/tenants/div/div/div [2]/form/div [1]/div/div/md-content/fieldset [3]/div [1]/div/div/md-input-container/input [@ name = 'email-123'] | "[email protected]" – arpee