Commit 02e20c33 authored by youxiaoji's avatar youxiaoji

Merge remote-tracking branch 'origin/develop_tmp' into develop_tmp

parents 8bfdfe3d b51442b4
...@@ -49,10 +49,10 @@ public class HisenseSsoLoginTool extends BaseTool { ...@@ -49,10 +49,10 @@ public class HisenseSsoLoginTool extends BaseTool {
private static final int MFA_WAIT_FOR_URL_TIMEOUT = 45000; private static final int MFA_WAIT_FOR_URL_TIMEOUT = 45000;
// 用户名输入框选择器 // 用户名输入框选择器
private static final String USERNAME_INPUT_SELECTOR = "input[placeholder='账号名/海信邮箱/手机号']"; private static final String USERNAME_INPUT_SELECTOR = "#username .emailSelect-account input[type='text']";
// 密码输入框选择器 // 密码输入框选择器
private static final String PASSWORD_INPUT_SELECTOR = "input[placeholder='密码'][type='password']"; private static final String PASSWORD_INPUT_SELECTOR = "#username .emailSelect-account input[type='password']";
// 登录按钮选择器 // 登录按钮选择器
private static final String LOGIN_BUTTON_SELECTOR = "#login-button"; private static final String LOGIN_BUTTON_SELECTOR = "#login-button";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment