Quote from
ragman on December 17, 2019, 4:53 am
Como hacer que funcione el botón de "Iniciar Sesión" en Outlook Web App, ya que puedo ingresar el usuario y password
How to make the "Login" button work in the Outlook web application, since I can enter the username and password
----------------------------------------------------------------------------------------------
BrowserSetElement "WebBrowser10" "logonForm:username" "Usuario01"
BrowserSetElement "WebBrowser10" "logonForm:password" "Password01"
<td colspan="2" align="right" class="txtpad">
<input type="submit" class="btn" value="Iniciar sesión" onclick="clkLgn()" onmouseover="this.className='btnOnMseOvr'" onmouseout="this.className='btn'" onmousedown="this.className='btnOnMseDwn'">
<input name="isUtf8" type="hidden" value="1">
</td>
Como hacer que funcione el botón de "Iniciar Sesión" en Outlook Web App, ya que puedo ingresar el usuario y password
How to make the "Login" button work in the Outlook web application, since I can enter the username and password
----------------------------------------------------------------------------------------------
BrowserSetElement "WebBrowser10" "logonForm:username" "Usuario01"
BrowserSetElement "WebBrowser10" "logonForm:password" "Password01"
<td colspan="2" align="right" class="txtpad">
<input type="submit" class="btn" value="Iniciar sesión" onclick="clkLgn()" onmouseover="this.className='btnOnMseOvr'" onmouseout="this.className='btn'" onmousedown="this.className='btnOnMseDwn'">
<input name="isUtf8" type="hidden" value="1">
</td>