Pergunta

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)

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top