IF I am using older version of Selenium Standalone server do I need to install olderJavaClients

28 views
Skip to first unread message

NewforSelenium

unread,
May 22, 2018, 1:33:50 AM5/22/18
to Selenium Users
Hi , 

I am new in selenium Webdriver with Java . I am trying to use older version of selenium Standalone let say 2.53 , DO I need to install older version of  selenium client and web driver  language Binding . I can se Latest selenium stand alone is  3.12 and for java selenium Client is 3.12

The reason I am going for older one is because its more stable and I can use FireBug FirePath for  Xpath .
appreciated for any suggestion 

Regards

Shawn McCarthy

unread,
May 22, 2018, 10:58:27 AM5/22/18
to Selenium Users
Can you please give an example of how it (selenium 2.53) is more stable than the latest 3.12 version?

Also, Firebug/Firepath features are built into firefox now I believe. You can also use Chrome Developer tools.

Lastly, Why do you want to use xpath? You should only need to use xpath for going UP the DOM, or for finding elements by text. In these two cases, it is probably best to ask the dev team to add better id's or classes or something unique to the elements so you can find them easier.

NewInSelenium

unread,
May 22, 2018, 12:56:39 PM5/22/18
to Selenium Users
Hi Shawn,

Thanks for response ,  I had some issue with Latest selenium and Latest firefox driver , when I do some online research its says firefox 47 version is compactable with selenium 2.53 that why I think selenium 2.53 is more stable . 
Back to my question can you please suggest do I need to download the JAR file from older version or I can still use latest version .

Thanks again 

Serguei Kouzmine

unread,
Jun 1, 2018, 6:31:14 PM6/1/18
to Selenium Users
You can manage the old browser with the new jars and  `capabilities.setCapability("marionette", frue); at least for some time.
Reply all
Reply to author
Forward
0 new messages