Description[Chromedriver] Support long command line on Android
On Android devices, ChromeDriver used to use shell "echo" command
to send Chrome command line to the device. Adb limits the length
of the command line that can be sent this way, ranging from less
than 1000 characters to about 4000 characters, depending on the Adb
version.
To allow longer command line to be used, ChromeDriver now uses Adb
file transfer protocol to send the command line file to the device.
This is the same underlying protocol used by "adb push" command.
BUG=727979
Review-Url: https://codereview.chromium.org/2972913002
Cr-Commit-Position: refs/heads/master@{#486815}
Committed: https://chromium.googlesource.com/chromium/src/+/4e04992e510213a402ea51649a6e9a45ff1a5f10
Patch Set 1 #
Total comments: 4
Patch Set 2 : Incorporate review feedbacks #
Messages
Total messages: 17 (9 generated)
|