Category "google-chrome"

How to set the device type (to not mobile) when inspecting a remote target with Chrome DevTools?

So it seems that the device toolbar usually present in any regular DevTools instance is missing when inspecting a remote instance. And in such cases the device

How to make a JSON object out of getAllResponseHeaders method

I am currently writing a google chrome extension, and I need to find out information about websites' response headers. In order to do this, I used the getAllRes

How to make a JSON object out of getAllResponseHeaders method

I am currently writing a google chrome extension, and I need to find out information about websites' response headers. In order to do this, I used the getAllRes

Chrome does not support the css @page?

I have css for print as simple as this: @page { @top-left { content: "TOP SECRET"; color: red } @bottom-center { content: counter(page);

What does ==$0 (double equals dollar zero) mean in Chrome Developer Tools?

In Google Chrome's developer tools, when I select an element, I see ==$0 next to the selected element. What does that mean?

ERR_CACHE_READ_FAILURE in google chrome

more often than not, I get a list of ERR_CACHE_READ_FAILURE errors when loading a web page in google chrome - this results in assets not being loaded, images, s

How to set fit width when embedding pdf in Chrome?

When I embed a pdf to view on Chrome/ Firefox , no matter I set width / set the parameter , it does not change the width of the pdf content, the only thing I ca

How to send / receive message between chrome extension native messaging and c# app

i'm newbie with chrome extension so i need to developing chrome extension by using native messaging to communication message with c#.exe application Now proble

ERR_SSL_CLIENT_AUTH_SIGNATURE_FAILED in Google Chrome

I've got a web site that uses SSL Client certificate authorization. All client certificates are generated using OpenSSL and are self-signed. Everything worked w

view parameters passed to JavaScript function in Chrome

I'm using Timeline in Chrome Developer Tools to help write a userscript. The timeline shows which functions are called, but not what values are actually passed

Why is Chrome's onerror event for the img element only fired once?

Why is Chrome is only calling the onerror event for the img element one time when all other browsers (IE7,8,9, FF, Opera, and Safari) all call it repeatedly? I

Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'self'"

Im creating a chrome extension for Rss reader in that im getting the above error. please help manifest.json { "name": "Tutorialzine Extension", "m

ActionbarSherlock - customize submenu on item? (like in Chrome & Opera for mobile)

I am working on an application and using ActionbarSherlock as my actionbar and would like to know how can I customize my submenu of an item like in Chrome &

Creating a batch file that opens google chrome and puts input into the search box?

So I am just playing with batch files and was curious if it was possible to create a batch file that opens the google browser and without typing into the search

launching chrome or IE via selenium VBA

I have written a code for web data downloading using selenium VBA, it works good in Firefox, but many time Firefox is crashing. I tried to launch chrome/IE from

HTML: Chrome save password

Firefox and IE ask me to save the password. Why doesn't Chrome ask me? What do I have to change? <body> <form action="" name="formlogin" id="form

Google maps do not have border radius

when we use google maps to display maps can not make round edges Issue only on chrome HTML <div id="mapframe"> <div id="map"></div> <

Invalid Property Value on background-image

.up { background-image: url('/design-library/profound_test/images/cab_images/white-arrow-up.png') 50% 50% no-repeat; } This code is giving me an 'invalid prop

Image quality in Chrome is bad compared to other browsers

For some weeks now image quality has been terrible in chrome. I've checked the flags to make sure nothing has been enabled by accident. I've also reinstalled ch

WebDriverException: no chrome binary at /usr/bin/google-chrome-stable or chrome binary not found

I am executing selenium test via Jenkins server in AWS Ubuntu. I was getting chrome binary not found error so I set chrome binary in my code. System.setPrope