0

14 Commits

Author SHA1 Message Date
Diego Molina
4148f6ded6 [py] Selenium Manager get Browser Version from Options classes


NOKEYCHECK=True
GitOrigin-RevId: bd240908b29054ab309d6355307c1769d8373ec6
2023-04-14 21:23:05 -07:00
Alexei Barantsev
70795f3849 Renaming back 'py' directory, use of 'legacy_create_init' argument resolved the name collision.
Cr-Mirrored-From: https://chromium.googlesource.com/external/github.com/SeleniumHQ/selenium
Cr-Mirrored-Commit: b300c358f65f33c0cf43177316f433601c027bdb
2019-07-26 18:48:34 +03:00
Alexei Barantsev
b3907b2737 Running python unit tests with bazel
Workspace was renamed because bazel does not allow to use the same name
for the workspace and the top level python package.

Python subdirectory was renamed to avoid conflicts with 'py' package
(https://pypi.org/project/py/).

Cr-Mirrored-From: https://chromium.googlesource.com/external/github.com/SeleniumHQ/selenium
Cr-Mirrored-Commit: 0e24f411f2271388f313be787d771445092b5a71
2019-07-26 16:27:43 +03:00
Simon Stewart
858dc5f2b5 Revert "Running python unit tests with bazel"
This reverts commit 99fc0e0c8684ecd7e683093605aea09857529340.

Cr-Mirrored-From: https://chromium.googlesource.com/external/github.com/SeleniumHQ/selenium
Cr-Mirrored-Commit: 753fda3d31017bd529fb6dad5772857291b8caf5
2018-12-13 13:51:38 +00:00
Alexei Barantsev
1cdf5a2841 Running python unit tests with bazel
Workspace was renamed because bazel does not allow to give the same name
to the workspace and the top level python package.

Python subdirectory was renames from py to python to avoid conflicts
with 'py' package (https://pypi.org/project/py/)

Cr-Mirrored-From: https://chromium.googlesource.com/external/github.com/SeleniumHQ/selenium
Cr-Mirrored-Commit: 99fc0e0c8684ecd7e683093605aea09857529340
2018-12-12 13:11:09 +03:00
Alexei Barantsev
e0b157ff6d Making python specification in IDEA project more generic
Cr-Mirrored-From: https://chromium.googlesource.com/external/github.com/SeleniumHQ/selenium
Cr-Mirrored-Commit: 0ad7f69cbada2f9069fb248b9e16cabd276ee946
2018-02-13 22:35:59 +03:00
Luke Inman-Semerau
5dac2e199f py- refactoring all the service classes to use a common one.
still needs testing on windows w/ IE & Edge.

Cr-Mirrored-From: https://chromium.googlesource.com/external/github.com/SeleniumHQ/selenium
Cr-Mirrored-Commit: 0ee1c15d7dd98344cd2e35e7a4bfa92561e4a686
2015-12-08 21:44:33 -08:00
Alexei Barantsev
592a716177 Updating IDEA project for Java 7
Cr-Mirrored-From: https://chromium.googlesource.com/external/github.com/SeleniumHQ/selenium
Cr-Mirrored-Commit: bf71eca087b7b0674c7b1045f74911d98c6d8858
2015-06-09 23:33:46 +03:00
Alexei Barantsev
a9dc0da626 Adding Sonarqube configuration for Java modules
Cr-Mirrored-From: https://chromium.googlesource.com/external/github.com/SeleniumHQ/selenium
Cr-Mirrored-Commit: 0653357f190971fdfe9372574a68edce7cc9c609
2015-05-22 09:46:35 +03:00
Luke Inman-Semerau
60db9bf1d7 Mobile - Network Connection implementation for Java and Python.
Browser Connection is no more
adding simple Android Driver wrapper for RWD (I tire of typing out webdriver.Remote(desired_capabilities=webdriver.DesiredCapabilities.ANDROID) ) :)

Cr-Mirrored-From: https://chromium.googlesource.com/external/github.com/SeleniumHQ/selenium
Cr-Mirrored-Commit: 8629dc6ec6ddd96bbe0975ee86d0c4c2f4b9ebb2
2014-05-06 13:43:51 -07:00
Simon Stewart
623011491f IJ made me do this.
Changes to the config files caused by opening the project in a recent IJ 12 release
with the Javascript and Python plugins enabled.

Cr-Mirrored-From: https://chromium.googlesource.com/external/github.com/SeleniumHQ/selenium
Cr-Mirrored-Commit: d068b6a51a65db0fa341e8b60ec273cb0fcf2cf3
2013-12-01 15:45:57 +00:00
Alexei Barantsev
43be780b93 Minor modifications in IDEA project configs
Cr-Mirrored-From: https://chromium.googlesource.com/external/github.com/SeleniumHQ/selenium
Cr-Mirrored-Commit: ac6566c387baae5e0fcffb690d1e9722e188e635
2013-08-15 20:20:00 +04:00
Simon Stewart
daffa9f158 Introducing buck for building java code. This does not build everything.
It doesn't really build that much at all, but you can see it in action by
installing buck and running:

  buck build //java/client/src/org/openqa/selenium/lift:lift \
             //java/client/src/org/openqa/selenium/support:page-factory \
             //java/client/src/org/openqa/selenium/support:support
             chrome htmlunit

This appears to compile everything about three times faster than the same
crazy-fun incantation.

Cr-Mirrored-From: https://chromium.googlesource.com/external/github.com/SeleniumHQ/selenium
Cr-Mirrored-Commit: b234aefa0199258c52e1482fce4747498111a82f
2013-08-09 05:59:22 +01:00
Alexei Barantsev
132f946534 Adding python and ruby modules to the IDEA project
Cr-Mirrored-From: https://chromium.googlesource.com/external/github.com/SeleniumHQ/selenium
Cr-Mirrored-Commit: 8f706d3797a78b0c0c8a3b7f1dca9e75a5408dd4
2013-04-29 12:24:55 +04:00