简体   繁体   English

Web 页面在手动测试中按预期工作,但同样不工作 使用 selenium 的自动化

[英]Web page working as expected in manual testing but same not working Automation using selenium

I Am working on an automation project using selenium.我正在使用 selenium 进行自动化项目。 Here I need to fill out a form and click on the save button to save the record.在这里我需要填写一个表格并点击保存按钮来保存记录。 This functionality works as expected during manual testing, but the same functionality does not work in automation, and the page get keeps on loading for more than 5 mins Details Selenium project using Cucumber Framework.此功能在手动测试期间按预期工作,但相同的功能在自动化中不起作用,并且页面持续加载超过 5 分钟详细信息 Selenium 项目使用 Cucumber 框架。

Can someone please suggest any solution for the same有人可以建议任何解决方案吗

TIA. TIA。

Try one thing after entering data in textbox press tab button.在文本框中输入数据后尝试一件事按标签按钮。

driver.FindElement(By.id("XYZ")).SendKeys(Keys.Tab);

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 Selenium 的 WhatsApp Web 自动化不起作用 - WhatsApp Web automation with Selenium not working 使用 Selenium 进行 Web 服务自动化测试 - Web Services Automation Testing using Selenium Selenium Web驱动程序自动化无法正常工作 - Selenium Web-driver automation not working properly Firefox自动化不起作用(在Eclipse中使用Selenium) - Firefox automation not working (using Selenium in Eclipse) 使用 Selenium 的登录自动化无法正常工作 - Login Automation Using Selenium Not Working Properly Safari 不在酱汁实验室免费使用 web 自动化使用 selenium - Safari Not working in sauce labs free-tier for web automation using selenium 硒自动化测试,可帮助手动测试人员编写测试脚本 - Selenium automation testing that helps manual testers to write tests scripts 手动测试/自动化-Selenium webdriver / TestNG / Nightwatch.js - Manual Testing/Automation - Selenium webdriver/TestNG/Nightwatch.js 在Visual Studio中使用Selenium C#进行Web自动化测试与使用C#进行桌面应用自动化测试有何相似之处? - How similar is Web Automation testing using Selenium C# in Visual Studio to Desktop App Automation Testing using C#? 使用硒自动化脚本的asp.net链接按钮上的click()不起作用 - Click() on asp.net linkbutton using selenium automation script not working
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM