Showing posts with label chrome. Show all posts
Showing posts with label chrome. Show all posts

Thursday, April 9, 2015

chrome dev tools truncate text in console

Things can get long.
For example location.href.

To copy looong location.href to clipboard with chrome dev tools use 

copy(location.href)

Start Google Chrome on Android Emulator

Prepare Android emulator

  • Use Android emulator with enabled GPU - start emulator with -gpu on 
  • Use larger system and data partition - start emulator with -partition-size 1024


Get a binary of Chrome - I use apk from http://www.apkmirror.com/apk/google-inc/chrome/

adb install com.android.chrome...apk


For web test automation one can use appium bundled with chromedriver, as well as chromedriver solely.