Reputation: 1
I want to install selenium on centos 6.5 and than use it through APIs in PHP script.
Selenium Test scripts will be recorded on another system and those Selenium Test scripts will be given as input to PHP. How to do?
Upvotes: -2
Views: 1041
Reputation: 43
Right now it is not possible to use Selenium on Centos 7 Server with PHP code.
Selenium only works well on Windows desktop application.
Upvotes: 0
Reputation: 1
Thanks a lot Sam and othre for taking interest in this question. After Lot of R&D finally I got it running by downgrading firefox version.
You can get it working with: selenium-server-standalone-2.53.0.jar AND Mozilla Firefox 38.6.1.
On Centos6.5 Text Mode
Upvotes: 0