51Testing软件测试论坛

标题: selenium获取layer.msg返回值? [打印本页]

作者: 测试积点老人    时间: 2020-6-28 10:59
标题: selenium获取layer.msg返回值?
  1. $.ajax({
  2.          type: "POST",
  3.          async: false,
  4.      url: '/private/loginCheck',
  5.      data: formData,
  6.      success: function(msg)
  7.      {
  8.      if (msg == "S_00000")
  9.      {
  10.      //$("#ewmLoginImg").html('<img src="$!base/themes/images/loading3.gif" class="imagess">');
  11.      // $("#ewmdenglSpan").html('正在登录..');
  12.      layer.msg("登录成功", {icon: 1, time: 1000})
  13.      window.location.href = '/private/default';
  14.      } else {
  15.          top.layer.msg(msg + '!', {icon: 4, time: 1000});
  16.      }
  17.      },
  18.      error: function()
  19.      {
  20.          layer.msg('系统异常', {icon: 5, time: 1000});
  21.      }
  22.      });
复制代码
怎么获取登陆成功的信息呢,求解答

作者: bellas    时间: 2020-6-29 09:54
来学习
作者: 海海豚    时间: 2020-6-29 09:54
https://blog.csdn.net/ruoruodetouzizhe/article/details/82777282 参考下
作者: 郭小贱    时间: 2020-6-29 10:15
参考这篇文章看下呢https://blog.csdn.net/ruoruodetouzizhe/article/details/82777282
作者: qqq911    时间: 2020-6-29 10:21
判断下页面返回
作者: litingting0214    时间: 2020-6-29 13:42
不是很懂,来学习下
作者: jingzizx    时间: 2020-6-29 13:44
参考楼上的




欢迎光临 51Testing软件测试论坛 (http://bbs.51testing.com/) Powered by Discuz! X3.2