문제

I am using firefox version 26 on 32 bit windows OS. Sendkeys() function work with webdriver well but when run with the selenium grid its too slow (takes 2-4 seconds to each keystroke)

도움이 되었습니까?

해결책

That is expected as there is an extra layer of the hub/node between your test and browser. Another factor which adds to execution time is the test machine configuration(Processor, RAM,....) and network latency. One thing which you should make sure on your test machines is to have atleast a dual core processor.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top