Questions tagged as 'google-chrome'

1
answer

Using window.print in Google Chrome does not print text

I am trying to generate the printing functionality of certain "text only" information using the "window.print" function. In both Microsoft Edge and Internet Explorer (IE9 and higher versions) the printing of a selected text works. Howeve...
asked by 09.08.2017 / 16:42
3
answers

Flag to boot chrome with a default zoom

For some tests in UFT I need to start the chrome scanner maximized but with a certain zoom. To start maximized I have seen that you have to add the flag -start-maximized , but I have not found a flag to start with the zoom of 70%. C:\Pro...
asked by 22.11.2016 / 12:40
2
answers

Prevent Chrome autocomplete form, does not work autocomplete="off" in input

Good morning, I'm having problems with Google Chrome and the autocomplete. I do not want some fields of my form to be autocompleted and I added the attribute: autocomplete="off" This in Chrome is not working, but in other browsers such...
asked by 05.01.2018 / 13:24
1
answer

ERROR (1): User denied Geolocation

Apparently the problem is because Chrome blocks the user's location queries that are not safe, so I posted a question in Meta SE. In stack snippet I am testing the code of link When I run it, the stack snippet console shows me    W...
asked by 24.06.2017 / 20:41
1
answer

Problems downloading pdf by Chrome PHP

At the moment of selecting a pdf, the chrome browser visualizes it well, but if I want to download it, it does not work for me, it downloads a file with the name of the page that is ver.php index.php var listar = function(year) {...
asked by 30.04.2018 / 20:23
1
answer

Problem when downloading .xlsx in Chrome Error: network error

When I want to export a list of type IEnumerable from Chrome it gives me an error that says "Error: network error". I try it in Firefox and it's ok, download the file. Someone will know how to solve this, or have an alternative (another method t...
asked by 25.01.2018 / 23:09
3
answers

Chrome does not detect "$ {}"

I'm starting in JavaScript and I saw that now to concatenate strings you can use ${} , the issue is when you use it Chrome does not detect it: var nicolas ={ nombre :"Nicolas", apellido :"Gigena", edad : 19 } var pepe...
asked by 07.09.2018 / 03:35
3
answers

The links must have text

Sorry I have the following problem and I have looked through Google hours and hours, but I can not find a solution. When I use the Google AUDITS inspector, to see the performance, accessibility, etc. I get the following: Links must have discern...
asked by 10.12.2017 / 01:32
1
answer

Chrome console?

I researched a bit and I found that there is a console in google chrome thanks to a little trick in an internet game that consists of the following MC.showLevelUp(1,10,100) which I think is a function. How can I see more functions (if...
asked by 25.12.2016 / 17:07
1
answer

Problems in chrome with overlapping divs using z-index and position: absolute

I have the following code that makes that when you work in a small window or zoom out to the window the divMenu in chrome overlaps the divPlegar (to fold or unfold the menu) and the divbody. I have tried different things, in IE11 it works correc...
asked by 05.09.2016 / 11:00