-
Notifications
You must be signed in to change notification settings - Fork 193
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Selenium 4 and Appium 2 Upgrade #360
Merged
Changes from 24 commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
32a3ff3
(feat): Selenium 4 upgrade part 1
gayathri-testsigma 03a43b6
TRD-217_upgrade
vikramvr20 b03c05d
Merge remote-tracking branch 'origin/TRD-217_upgrade' into selenium4
gayathri-testsigma db730c9
(feat): merge conflicts
gayathri-testsigma 9c3ad06
Made changes wrt to appium java client 8
vikramvr20 defc58f
(feat): dependency updates
gayathri-testsigma a234597
fix merging capabailities
gayathri-testsigma 7ad4771
(feat): selenium fixes
gayathri-testsigma 2ab5966
feat: selenium 4 latest dependency
gayathri-testsigma 61195a3
selenium 4 minor changes
gayathri-testsigma a07855f
Merge branch 'dev' into selenium4
gayathri-testsigma 6482009
TRD-217
vikramvr20 ee23069
feat(Se4): fixes
gayathri-testsigma 99552e1
TRD-217
vikramvr20 19eab55
fix(se4): remove hardcoded desired capability
gayathri-testsigma 9f573a4
Merge branch 'selenium4' of https://github.com/testsigmahq/testsigma …
gayathri-testsigma c06fd97
fix(se4): address review comment
gayathri-testsigma 09f1b45
TRD-217
vikramvr20 083eb0a
TRD-217
vikramvr20 bec7769
TRD-217
vikramvr20 942ae33
TRD-217
vikramvr20 a91f012
TRD-217
vikramvr20 052178a
TRD-217
vikramvr20 7aaf834
TRD-217
vikramvr20 4e52ce4
TRD-217
vikramvr20 6223dc4
TRD-217
vikramvr20 8be562e
TRD-217
vikramvr20 7f83678
TRD-217
vikramvr20 ca66b72
TRD-217
vikramvr20 e3883f6
(feat): private grid + se4 features
gayathri-testsigma 334a08a
(feat): grid fixes
gayathri-testsigma 42b88e0
fixes for grid
gayathri-testsigma ab37e02
(feat): Element level screenshot
gayathri-testsigma 8c0dd8d
(feat): Driver Manager
gayathri-testsigma 62dcbdd
TRD-217
vikramvr20 47a9d84
bug: name for edge browser is changed in grid4
gayathri-testsigma 9779297
TRD-217
vikramvr20 6146b41
TRD-217
vikramvr20 374a7a1
TRD-217
vikramvr20 b1b94f6
chore: remove unused imports
gayathri-testsigma 349fd98
Merge branch 'selenium4' of https://github.com/testsigmahq/testsigma …
gayathri-testsigma e8967b4
Merge branch 'dev' into selenium4
gayathri-testsigma d8ba1e4
chore: remove unused imports
gayathri-testsigma 0732973
chore: code style fixes
gayathri-testsigma 634f468
TRD-217
vikramvr20 bbe930a
Merge branch 'selenium4' of https://github.com/testsigmahq/testsigma …
vikramvr20 50889d9
bug: name key in desiredcap for local run
gayathri-testsigma File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,8 +16,8 @@ | |
<skyscreamer.version>1.5.0</skyscreamer.version> | ||
<jsonpath.version>2.2.0</jsonpath.version> | ||
<gson.version>2.8.5</gson.version> | ||
<appium.version>7.0.0</appium.version> | ||
<selenium.version>3.141.59</selenium.version> | ||
<selenium.version>4.8.2</selenium.version> | ||
<appium.version>8.3.0</appium.version> | ||
<jetty-io.version>9.4.12.v20180830</jetty-io.version> | ||
<commons.collections.version>4.4</commons.collections.version> | ||
<org.everit.json.schema>1.5.1</org.everit.json.schema> | ||
|
@@ -83,6 +83,12 @@ | |
|
||
</dependency> | ||
|
||
<dependency> | ||
<groupId>org.seleniumhq.selenium</groupId> | ||
<artifactId>selenium-http-jdk-client</artifactId> | ||
<version>${selenium.version}</version> | ||
</dependency> | ||
|
||
<!-- Spring 3 dependencies --> | ||
<dependency> | ||
<groupId>org.springframework</groupId> | ||
|
@@ -139,6 +145,12 @@ | |
<groupId>org.everit.json</groupId> | ||
<artifactId>org.everit.json.schema</artifactId> | ||
<version>${org.everit.json.schema}</version> | ||
<exclusions> | ||
<exclusion> | ||
<groupId>com.google.guava</groupId> | ||
<artifactId>guava</artifactId> | ||
</exclusion> | ||
</exclusions> | ||
</dependency> | ||
|
||
<dependency> | ||
|
@@ -284,7 +296,7 @@ | |
<dependency> | ||
<groupId>com.testsigma</groupId> | ||
<artifactId>testsigma-java-sdk</artifactId> | ||
<version>1.0.0.rc1</version> | ||
<version>1.2.0_beta_1</version> | ||
</dependency> | ||
|
||
<dependency> | ||
|
@@ -298,6 +310,12 @@ | |
<artifactId>log4j-api</artifactId> | ||
<version>2.17.1</version> | ||
</dependency> | ||
<dependency> | ||
<groupId>org.springframework</groupId> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why do we need this in automator? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
<artifactId>spring-context</artifactId> | ||
<version>5.3.20</version> | ||
<scope>compile</scope> | ||
</dependency> | ||
</dependencies> | ||
|
||
<build> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vikramvr20 we need to have Appium server also need to upgraded. jfyi
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@vikramvr20 Please confirm and do necessary changes..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@PratheepV - Yes that's already been done and discussed the approach with Rajesh and Vikram.