Selenium Webdriver _ issue related to 32bit/64bit server

965 views Asked by At

I have created scripts on 64 bits server using selenium webdriver(eclipse). but when i tried to run same script on 32 bits its not working.

Please let me know is their anything I need to do for it to work on both sides with no issues.

1

There are 1 answers

0
Sandeep On

Selenium Webdriver will run on both 32 bit and 64 bit versions. Ensure that eclipse package is correctly chosen. For 32 bit windows chose 32 bit version of eclipse and for 64 bit windows chose 64 bit version of eclipse. Make sure that eclipse is configured correctly and then run the test.