Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图通过一个 servlet 运行 Selenium 框架,以便我可以通过 Web 运行它,但该程序没有获取测试用例 Excel 电子表格的路径。有没有其他方法可以通过 Web 应用程序运行 Selenium?
I got the answer just add a servlet on your project and map it to a jsp with web.xml and in post of servlet call your main function from which your script is running and enjoy.