SeleniumHQ / selenium-google-code-issue-archive

Archive, please see main selenium repo
https://github.com/seleniumhq/selenium
345 stars 195 forks source link

new feature: probe OS to determine available drivers #6

Open lukeis opened 8 years ago

lukeis commented 8 years ago

Originally reported on Google Code with ID 6

I'd like to be able to determine which browsers are on a system and
therefore which drivers I should present as options to a user.

For Chrome, I could subclass ChromeBinary, call getChromeFile(), and see if
it's null.  I'd like something more uniform across drivers.

Reported by geis.ken on 2009-11-19 23:35:27

lukeis commented 8 years ago
It's worth thinking about making the launch process of browsers more consistent (IIRC

Selenium-RC does this quite well), which could give rise to a more consistent way of

detecting browsers too.

The actual detection would seem to me more of a support class than core functionality.

Reported by dawagner on 2009-11-23 17:27:43

lukeis commented 8 years ago
Does the firefox driver work on Solaris Sparc ? I have downloaded selenium-2.0a5.

It looks like the webdriver.xpi  does not have a Solaris Sparc subdirectory.

Is one supposed to rebuild on Solaris the sources which are under firefox\src\cpp\webdriver-firefox
?

What would be the easiest way today to make selenium tests under Solaris ?

Reported by antoine@gmx.de on 2010-08-27 23:22:02

lukeis commented 8 years ago
Create the dir and add it to the build path

Reported by antlong on 2010-10-06 14:29:55

lukeis commented 8 years ago
I have Recorded From Selenium IDE and generated Script. While running the Script it
stops where a css design occurs. How to come over this issue please suggest?

Reported by sudhansu.patro on 2011-10-03 11:35:25

lukeis commented 8 years ago
Just FYI, I have an api which does a quick check before attempting to compile our code
and run the tests for availability of browser just by doing a 
d = (return webdriver.Firefox())
if d:
  d.close()

Or do you not want to actually start anything at that point in time?

Reported by sean.grider on 2012-03-27 17:00:31

lukeis commented 8 years ago
In my use case, I didn't want to start anything. I had an automation tool that had a
Swing UI. I wanted the user to be able to pick which driver/browser to use to run a
script.

Reported by geis.ken on 2012-03-28 02:58:03

lukeis commented 8 years ago

Reported by barancev on 2012-05-19 11:16:13

lukeis commented 8 years ago
Issue 6345 has been merged into this issue.

Reported by jmleyba on 2013-09-30 18:12:47

lukeis commented 8 years ago
support more driver

http://www.carasports.com/

Reported by juliakimberly001 on 2014-07-17 18:23:20

lukeis commented 8 years ago

Reported by luke.semerau on 2015-09-17 17:44:23