Как получить доступ к привязке textInput и setText () для HtmlEmailInput - PullRequest
0 голосов
/ 21 апреля 2019

<input type="email" name="loginfmt" id="i0116" maxlength="113" lang="en" class="form-control ltr_override" aria-describedby="usernameError loginHeader loginDescription" aria-required="true" data-bind="
                    attr: inputAttributes,
                    textInput: usernameTextbox.value,
                    hasFocusEx: usernameTextbox.focused,
                    placeholder: $placeholderText,
                    ariaLabel: tenantBranding.UserIdLabel || str['CT_PWD_STR_Username_AriaLabel'],
                    css: { 'has-error': usernameTextbox.error }" placeholder="Email, phone, or Skype" aria-label="Enter your email, phone, or Skype.">

Я пытаюсь войти в https://login.live.com OAuth2 WebUI, и я не могу найти нужные функции для использования, поэтому я могу ввести поле электронной почты и нажать кнопку "Далее"и введите пароль, затем нажмите кнопку входа.

URL-адрес: ЗДЕСЬ

Как получить доступ к привязке textInput?

...