Questions tagged as 'navegador'

1
answer

How can I remove the "Inspect element" from Chromium portable

I'm creating a PHP application that will run exclusively with Chromium, this comes from the php desktop chromium v1 project that can be checked here. My project is a simple store program running on localhost, and opens inside this Chromiu...
asked by 14.05.2015 / 11:04
1
answer

How do you know what elements (js, css) are taking longer to render?

My page has taken a long time to load (20 ~ 30 seconds), sometimes it crashes my browser during this process (and it was not just me, other people have come to complain about it). I did some load speed tests and realized that most of the time is...
asked by 06.06.2015 / 23:50
1
answer

Verify that the option to clear the cache when closing the browser is active

I have an application in Adobe FLEX and since some clients have very bad computers, the automatic cache cleaning is interfering with the performance of the application, I wonder if there is any way to check if this option is marked in the brow...
asked by 29.07.2014 / 18:59
1
answer

Take action when closing browser

I have a system that marks whether the person is available or unavailable . There is a button called exit . If the person clicks on it when it is available, then it automatically changes the status of the database to unavailable. Only some s...
asked by 25.09.2014 / 17:39
0
answers

Connect to the database via browser console

I have an application in JS that runs via the browser console. I would like to know the possibilities of sending and receiving data via mysql through the Console. I do not know if it's possible either. I tried something, but it did not wor...
asked by 03.04.2018 / 17:30
1
answer

How to Create a Browsing History For Android Browser? -Android Studio [closed]

Hello, I'm creating a web browser for Android with webview using Android Studio it already does research now I'm wanting to do a browsing history where it gets the sites that have been entered, just Google Chrome, so I do not have the least possi...
asked by 08.04.2018 / 22:04
1
answer

Security of a site

I would like to ask some questions. My site is protected against SQL Injection attacks as I am using MysQLi with bind in addition to external scripting to protect against this problem. And the HTTPS certificate is enabled and functional. Now the...
asked by 19.04.2018 / 08:42
0
answers

Disable local storage of data on my site

I have a site where I have a user base where the software is updated daily. When the software updates the site also updates. However, because browsers store data many times the updated site does not update, so the problem occurs where the lin...
asked by 01.02.2018 / 03:28
0
answers

Why are native methods like navigator.onLine of network verification not working correctly?

I'm creating a PWA application and the first step will obviously be to check the network. There are three known methods: use the global variable 'navigator.onLine' use 'ononline' and 'onoffline' events in the 'body' tag perform an 'xmlht...
asked by 30.01.2018 / 15:09
0
answers

Identify items from a combobox and play in the loop for using Selenium JS and Python

I need to make a for loop to open an x number of tabs and each tab uses a different dashboard. The first part I already did how could make the second? Remembering preferentially with Xpath using JS and Python. Here is the code: # Abre qnt...
asked by 13.11.2017 / 19:31