简体   繁体   English

Selenium网格问题5 Internet Explorer探索并行执行

[英]Selenium grid issue on 5 internet explorer parallel execution

i am working on a large application and it is passing when run on one Internet explorer But when lunched on 2 or more threads on same machine using selenium grid and Testng. 我正在处理一个大型应用程序,它在一台Internet Explorer上运行时正在通过但是当使用selenium grid和Testng在同一台机器上的2个或更多线程上运行时。 one test case passing and other failing. 一个测试用例传递和其他失败。 how to solve this? 怎么解决这个?

Check your driver instantiation access modifier. 检查驱动程序实例化访问修饰符。 If your not using Protected give that try. 如果你没有使用Protected尝试。 This has resolved threading issues for me in the past. 这已经解决了我过去的线程问题。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM