Questions tagged as 'google-chrome'

2
answers

Start my chrome app fullscreen

I'm studying chrome api to create extensions, I've downloaded an example and I'm modifying it. I want my extension to start fullscreen, I made several changes but none worked. I gave permission on the manifest and nothing. Here is my code below:...
asked by 29.08.2017 / 16:37
1
answer

Chrome does not apply Addclass before calling window.confirm

Problem: Chrome is not rendering my class addclass before calling my confirmation window window.confirm is like if it got stuck and was released only after the confirmation. What I did was put the call of the function Co...
asked by 10.08.2017 / 16:18
1
answer

empty input value on forms with auto complete

I'm having a problem that's making me sleep, it's a little bug, I think, that's complicated both to debug and to explain. I have a login form on a page html tag for my system, and code in jquery that applies styles depending on the value...
asked by 10.08.2017 / 13:02
0
answers

Console Browser - JS - Running a function in JS after the page loads completely.

I'm doing JavaScript tests using my browser and would like to take the following steps: Create an array that contains 3 tabs janelas = Array(); janelas.push(window.open(link_site1)); janelas.push(window.open(link_site2)); janelas.push(win...
asked by 02.08.2017 / 22:35
1
answer

Start DevTools with custom options on Electron

In my application I have a developerMode() function that calls the DevTools function developerMode() { var r = confirm(lang.developerModeConfirm); if (r == true) { remote.getCurrentWindow().toggleDevTools(); app.mode = 'dev'...
asked by 03.08.2017 / 19:01
2
answers

Unpick Chrome from running tests with automated software

I tried to implement Chrome Options in my script to delete that yellow information bar from Chrome, which is displayed every time we run automated tests (" Chrome is being controlled by automated test software " ), but the result I had wa...
asked by 08.08.2017 / 12:54
4
answers

Clear cache of browsers with javascript

Is it possible to clear the cache of Firefox and Chrome browsers via Javascript? With Internet Explorer I can do it, but not the ones mentioned above. Dude, it did not work, I think the problem occurs because unless the user logged in remembe...
asked by 10.06.2014 / 14:27
1
answer

Google geolocation works in the pc browser, but not in the android browser

Using Ruby, Sinatra, Slim, Javascript, Google maps v3 API. Geolocation works perfectly in the browser on the PC, the map is generated with the marker of the partner, when clicking the button is requested the geolocation to the browser, creates a...
asked by 18.07.2017 / 21:07
0
answers

Page broken when debugging in Chrome

debug of an ASP.NET MVC project in Visual Studio targeting the Chrome browser , it already opens the broken page: This only occurs when the browser is closed. When it already has an open flap, it works perfectly. Why does this hap...
asked by 02.06.2017 / 21:04
0
answers

JavaScript is not recognized by Chrome

I'm having trouble using Spring MVC, Google Chrome, and JavaScript. Every time I create a new JavaScript file, in my project using Spring, the browser does not recognize this file. I have already cleared the cache, and it did not resolve....
asked by 19.05.2017 / 23:06