forked from SeleniumHQ/selenium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Extract logging options from the RemoteControlConfiguration, removing…
… a dependency on RC code from the remote webdriver server
- Loading branch information
Showing
9 changed files
with
133 additions
and
106 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,43 +1,5 @@ | ||
/* AUTO-GENERATED FILE. DO NOT MODIFY. | ||
* | ||
* This class was automatically generated by the | ||
* aapt tool from the resource data it found. It | ||
* should not be modified by hand. | ||
*/ | ||
|
||
package org.openqa.selenium.android.app; | ||
|
||
/* This stub is for using by IDE only. It is NOT the R class actually packed into APK */ | ||
public final class R { | ||
public static final class attr { | ||
} | ||
public static final class drawable { | ||
public static final int alert_dialog_icon=0x7f020000; | ||
public static final int ic_menu_add=0x7f020001; | ||
public static final int ic_menu_delete=0x7f020002; | ||
public static final int ic_menu_share=0x7f020003; | ||
public static final int selenium_icon=0x7f020004; | ||
} | ||
public static final class id { | ||
public static final int rssWebView=0x7f060002; | ||
public static final int status=0x7f060000; | ||
public static final int webview=0x7f060001; | ||
} | ||
public static final class layout { | ||
public static final int single_session_layout=0x7f030000; | ||
} | ||
public static final class string { | ||
public static final int app_name=0x7f050009; | ||
public static final int ctx_menu_navigate=0x7f050001; | ||
public static final int default_session_status=0x7f050002; | ||
public static final int httpd_already_started=0x7f050005; | ||
public static final int httpd_not_running=0x7f050008; | ||
public static final int httpd_not_started=0x7f050004; | ||
public static final int httpd_not_stopped=0x7f050007; | ||
public static final int httpd_started=0x7f050003; | ||
public static final int httpd_stopped=0x7f050006; | ||
public static final int main_title=0x7f050000; | ||
} | ||
public static final class xml { | ||
public static final int preferences=0x7f040000; | ||
} | ||
} | ||
} |
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 |
---|---|---|
|
@@ -8,4 +8,4 @@ | |
# project structure. | ||
|
||
# Project target. | ||
target=android-16 | ||
target=android-15 |
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.