trigger opening of devtools automatically for some links - firefox-developer-tools

I need help launching devtools automatically when opening certain links. For example if I hold ALT key and click on a link, the link should open with devtools logging all netwrok requests made.
until now after opening a link I press F12 to open devtools but some requests made will not be seen because of the delay in pressing F12 key.
I expect to trigger opening of devtools to open and log all requests in network tab and other errors, logs and warning in console tab.

Related

Google Apps Script Doc Add-on fails to install

After creating an Apps Script Add-on, and following Publishing an editor add-on instructions, the installation fails. (The Add-on visibility is "Private, Everyone at ".
From the Web Store listing, the install button (labeled "Free") is clicked.
A new document is opened, and "Working" is shown briefly
An error message is displayed, "Opps Add-on not found. Try again, or check back later."

Signal R - not load other pages

Good day.
I have the following detail:
Make an application with signalR in vb.net (ASP.NET), which works well, the problem is that the page using SinalR has links that send me to other pages that open with a target = '_blank' in it browser, but when they open they do not load completely, when I inspect my page, the console sends me the following:
Active resource loading counts reached to a per-frame limit while the tab is in background. Network requests will be delayed until a previous loading finishes, or the tab is foregrounded. See https://www.chromestatus.com/feature/5527160148197376 for more details
I have researched how to disable that option in chrome, I have applied it, but when opening again pages do not load.
Any ideas?
Note: My chrome is version 69.0 and in IE the pages work correctly, and the end of the page show the next message (waiting for available socket)

Not getting Firebase Dynamic Link of users that download app from Playstore

There are 2 cases in Playstore App
Normal Installation (Playstore shows OPEN Button)
Installation from Dynamic Link (Playstore shows CONTINUE Button)
Test Case:
Download app from Firebase dynamic link, After installation Playstore will show CONTINUE button:
There are 2 options from where user can open app after successful installation .
Open app by clicking on CONTINUE Button -> App will get the link, everything works as expected
Open app from LAUNCHER ICON, and not from playstore -> App will not get the dynamic link
Most of the users are not clicking the CONTINUE button as it is normal human behavior, therefore I am losing the Referrer link.
Is this the intended behavior of Firebase? How can I avoid this problem?
Related Post here
There are 5 events for Dynamic Links Analytics:
1. Click
2. Redirect
3. App Install
4. App First Open
5. App Re-Open
From the image above, you can see that the request is pass to Play Store and then it is ended over there.
Therefore, possible situations are:
Your previous app/website has done its job routing the dynamic link to the intended app or Play Store.
At this point, you can track the Clicks and Redirects.
Now, at Play Store, continuing the dynamic link flow, User install the app, You can track number of app installs. Or, user did not install the app, so it did not update the number of app installs.
After installation, if the user opens your app through the CONTINUE button, your app will received the data passed in from the Google Play Fragment (Like what you have done here via the Receive Setup). At this point, it will generate the meta data of 'App First Open'. But, if you press the home button, and open the app through your home page/shortcut/app tray, etc. , you will not get an update on it.
This is because no dynamic link meta data is pass when your user open the app other than the CONTINUE. The flow is broken, unless, the user go back to step 1 again to redirect to the app, now the app will track the data of app first open (the app is not open before) or app re-open if the user open the app before.
SUMMARY and CONCLUSION:
Why does the button is showing CONTINUE instead of OPEN is because the Google Play (Fragment) detected the user is directed from the dynamic link (some meta-data (your dynamic link details/info) is passed from the previous app/website).
The meaning of CONTINUE here is actually prompt the user whether they want to proceed to the newly installed app. If yes, Google Play will pass the meta data to your app, and you get the tracking data on App first open. Else, no analytic data will be produce other than click, redirect and app install.
Answering your question, you can only hope the user press on the CONTINUE! It is unavoidable because those app/sites are not in the same context (previous site vs Play Store vs Your App).
Definitions: (from documentation)
dynamic_link_first_open
Logged when a user opens the app for the first time via a Dynamic Link.
dynamic_link_app_open
Logged when a user re-opens the app via a Dynamic Link.

JWrapper doesn't auto-update when launched from URL

I have a JWrapper app that registers itself as a URL handler, as described in the docs.
String vappName = JWApp.getMyVirtualApp().getUserVisibleName();
JWMacOS.registerURLSchemeForVirtualApp("myapp", vappName);
The URL handler part works great, and my app launches just fine when I click on a myapp://foo/bar link.
The same app is also configured in the jwrapper.xml file to check for automatic updates, and that's where things get interesting. When I launch the app from the dock (by clicking on the icon), the app checks for updates and can successfully update itself, as expected. However, if the app is launched via a URL, the update check is skipped.
No matter what I do, I cannot get the app to automatically update if it is launched from a URL. I can launch it via URL several times in a row, and it never updates, but it will update just fine the next time I launch it via the dock icon.
Is there a way to get JWrapper to check for updates when launched from a URL? I have tried setting MatchClientVersionToServerVersion to both true and false, but it doesn't seem to help. Perhaps I am registering the URL handler incorrectly?
Updated: Just wanted to note that I implemented the JWrapperUpdateApp install screen for debugging. It pops up a little JOptionPane alert letting me know that it is checking for updates. I see that alert as expected when I start the app from the dock, but never when I launch it from a URL.

My aspx page gets struck half the way during load in internet explorer

In my project(classified site) there are many aspx pages. in that i have post page where user can post the ads.. This page is not loading fully.. only half of the page loads and then it stops. This happens only in Internet Explorer(I am using version 8.0)
Browser returns follwing errors:
Message: HTML Parsing Error: Unable to modify the parent container element before the child element is closed (KB927917)
Message: Object doesn't support this property or method
prototype.js
Please help me in this.
Have you checked your JavaScript or maybe JQuery codes?
Try to call that codes when the page is loaded.
Another solution is this:
Reset your internet explorer settings and run it. You can do this by following the steps given below.
If the problem is caused by damaged or incompatible Internet Explorer settings or add-ons, you can usually resolve the problem by resetting Internet Explorer settings.
To use the Reset Internet Explorer Settings feature from Control Panel, follow these steps:
Exit all programs, including Internet Explorer (if it is running).
If you use Windows XP, click Start, and then click Run. Type the following command in the Open box, and then press ENTER:
inetcpl.cpl
If you use Windows Vista, click Start Collapse this imageExpand this image . Type the following command in the Start Search box, and then press ENTER:
inetcpl.cpl
The Internet Options dialog box appears.
Click the Advanced tab.
Under Reset Internet Explorer settings, click Reset. Then click Reset again.
When Internet Explorer finishes resetting the settings, click Close in the Reset Internet Explorer Settings dialog box.
Start Internet Explorer again.
I ran into a similiar problem and this didnt help but I did find that the client had used the Ctl+Scroll and had Zoomed out to far causing the menu at the top of the page to start stacking.
Hope this helps though this post is older.
JSB

Resources