在selenium ide中,如何验证日期是否等于'当前日期加2个工作日(周一至周五)
在selenium ide中,如何验证日期是否等于“当前日期加2个工作日(周一至周五)”。
我必须根据我们的应用程序验证这一点,我有下面的代码,它检查日期是否为当前日期+ 2 天,但我需要 2 个工作日。
javascript{ "0" + ((new Date()).getMonth()+1)+'/'+((new Date()).getDate()+2)+'/'+(new Date()).getFullYear()}
我知道如何在 rc 中完成此操作,但想知道是否可以在 selenium ide 中完成此操作。
谢谢。
in selenium ide, how to verify if date is equal to 'current date plus 2 business days(Mon- Fri).
I have to verify this against our app, i have the below code which checks if the date is current date + 2 days but i need to get 2 working days .
javascript{ "0" + ((new Date()).getMonth()+1)+'/'+((new Date()).getDate()+2)+'/'+(new Date()).getFullYear()}
I know how to get this done in rc but wondering if this can be done in selenium ide.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论