无法绕过使用selenium的电子邮件验证步骤

时间:2016-05-23 11:03:01

标签: java selenium email-verification

您好我的一个应用程序正在进行登录的电子邮件验证步骤,我发现绕过使用selenium取得了很好的成功。我尝试了以下所有方法。

  

drv.manage()。addCookie(new Cookie(“sfdc_lv2”,“cookie_value”)); (没有成功)

尝试使用个人资料

  

ProfilesIni profile = new ProfilesIni();

     

FirefoxProfile ffprofile = profile.getProfile(“default”); (没有成功)

尝试使用默认配置文件

  

FirefoxProfile ffprofile = new FirefoxProfile(new File(“my_path_to_the_profile.default”)); (没有成功)

上述方法都没有绕过我的电子邮件验证步骤。我可以试图绕过这一步的任何其他方式???

提前致谢

1 个答案:

答案 0 :(得分:0)

无法绕过电子邮件验证我相信这些方法。

  1. 您可以做的是导航到另一个标签并自动执行序列。
  2. 只需验证一次电子邮件,然后就不再需要了。(简而言之,使用已注册的电子邮件)