Skip to content

Commit

Permalink
Merge pull request #829 from TikhomirovSergey/master
Browse files Browse the repository at this point in the history
Providing W3C compliance
  • Loading branch information
TikhomirovSergey committed Feb 13, 2018
2 parents 7da2d6c + 6ffd2ea commit 409e6f3
Show file tree
Hide file tree
Showing 3 changed files with 540 additions and 12 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ compileJava {
]
}

ext.seleniumVersion = '3.8.1'
ext.seleniumVersion = '3.9.1'

dependencies {
compile ("org.seleniumhq.selenium:selenium-java:${seleniumVersion}") {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ public interface MobileCapabilityType extends CapabilityType {
*/
String AUTOMATION_NAME = "automationName";

/**
* Which mobile OS platform to use.
*/
String PLATFORM_NAME = "platformName";

/**
* Mobile OS version.
*/
Expand All @@ -61,12 +56,6 @@ public interface MobileCapabilityType extends CapabilityType {
*/
String APP = "app";

/**
* Name of mobile web browser to automate.
* Should be an empty string if automating an app instead.
*/
String BROWSER_NAME = "browserName";

/**
* Unique device identifier of the connected physical device.
*/
Expand Down Expand Up @@ -120,4 +109,10 @@ public interface MobileCapabilityType extends CapabilityType {
* (e.g., the start and end of each command, etc.). Defaults to false.
*/
String EVENT_TIMINGS = "eventTimings";

/**
* This is the flag which forces server to switch to the mobile WSONWP.
* If {@code false} then it is switched to W3C mode.
*/
String FORCE_MJSONWP = "forceMjsonwp";
}
Loading

0 comments on commit 409e6f3

Please sign in to comment.