1,596 questions
0
votes
0
answers
9
views
Opera Dev Tools sidebar does not resize the new page
I used opera. it is a Chromium-based browser and I found an issue that bothers me. The Dev Tools sidebar does not resize the new page, it layers above it (see this picture)
To fix it, we have to:
...
-1
votes
0
answers
26
views
Browser "disable cache" Header no CORS effect
I have a web app that doesn't allow the Cache-Control header in CORS requests.
If I explicitly set said header, the request gets denied appropriately...
Now I open my browser dev tools, activate "...
-1
votes
0
answers
20
views
Chrome DevTools : Breakpoint and canvas
I'd like to use the Chrome DevTools to better understand how a website works. Sadly, I encounter an issue with canvas in the HTML and the possibility to put breakpoint in the chrome DevTools.
I want ...
0
votes
0
answers
21
views
Unable to get DevTools log in Selenium Grid
I'm using Selenium 4.26 with openJDK 11.0.2. I have a selenium grid with 10 machines each having chrome / firefox version 130 installed (which is in line with selenium 4.26 devtools support).
Problem:
...
0
votes
0
answers
26
views
Mysterious `R CMD check` "NOTE": "Warning: trimming empty <li>" even when line is not empty
Whenever I submit my R package to CRAN, the automated check returns these NOTES:
* checking HTML version of manual ... [34s] NOTE
Found the following HTML validation problems:
fastData.html:67:1 (...
0
votes
0
answers
35
views
Orange container highlights when I have dev tools enabled
When I enable dev tools, all containers start highlighting in orange, and additionally, clickable elements are highlighted in blue when hovered over. The problem does not occur when dev tools are ...
0
votes
1
answer
27
views
Custom formatting of tibble subclass in a package
I am trying to implement a subclass of tbl to tweak the way how my data is printed. The code is part of a package.
I have read the documentation and used these lines:
as_data_test <- function(...) {...
0
votes
1
answer
32
views
Installing/building local package in R using `devtools::install()` and `devtools::build()` produces "Error: HTTP error 401" error
I'm trying to install or build a package I have locally using devtools::install() and devtools::build(), but am getting the error:
Error: HTTP error 401.
Bad credentials
Rate limit remaining: 51/...
0
votes
0
answers
24
views
Troubleshooting Error When Installing Devtools Package
I am trying to install the devtools package in R (using: install.packages('devtools')) and keep running into this error:
Error installing package 'ps':
==============================
* installing to ...
0
votes
1
answer
46
views
Java Selenium DevTools v127
At the moment I am working in java on a web scraper with selenium and I want to add javascript code before loading any website so that I can override some methods... I wanted to use DevTools but ...
0
votes
2
answers
88
views
proper way to include internal and external data in custom R package
I'm creating an R package that has some included datasets that I both want to export for the user to use and to use internally in the package's function.
For example, let's say I create a dataset ...
0
votes
1
answer
69
views
Tracking down an error in jQuery with Dev Tools
In an asp.NET WVC app every single page that is opened throws the same error in Edge DevTools...
"stack": "Error: Failed to execute 'querySelector' on 'Document': ':has(*,:jqfake)' is ...
1
vote
1
answer
26
views
Is there a way to set Firefox Devtools to indent XML in the network view?
I am working with an application still using XML instead of JSON in its REST API, and when I check the queries in the network tab of Firefox, the request or the response are displayed on a single line:...
0
votes
0
answers
117
views
"not connected to DevTools", how can I handle this in selenium, python3?
Today, I really do my first time at selenium.
but, I can't step forward.
first, I run below code
from selenium import webdriver
import time
driver = webdriver.Chrome()
driver.get('https://www.google....
0
votes
0
answers
62
views
Selenium python webdriver : how to remove the message "DevTools listening..."
My setup: Python 3.11
Code looks like:
chrome_options = webdriver.ChromeOptions()
chrome_options.add_argument("-incognito")
chrome_options.add_argument("disable-infobars"); # ...
0
votes
2
answers
421
views
Problem with web scraping with selenium in python
I have written code to log in to a website with Python. But it takes very long to implement and does not lead to what is expected and gives a message saying "DevTools listening on". (The ...
0
votes
1
answer
43
views
Consulting about using the golem package to develop a Shiny application (embedding Rmarkdown)
I am currently researching the development of a Shiny application (embedding Rmarkdown files) using the golem package. I have encountered a problem where after developing the Shiny application with ...
0
votes
0
answers
33
views
How to download .nitro-files from a website?
I want to download all the .nitro-files from a website, using DevTools console.
This is the code I allready have
(async function downloadNitroFilesFromNetwork() {
// Überprüft ob die DevTools ...
0
votes
0
answers
100
views
Unable to inspect network traffic in expo
I'm developing a react-native app, using expo (v50.0.15).
When developing, I cannot see the network requests I make.
I run on the IOS simulator, using this command; expo run:ios -d
When the app is ...
0
votes
0
answers
19
views
Chrome devtool: some function calls present in callstack but not in performance tab
In line 25908 createRootImpl is called and in line 25931 createContainer is called and it is also obvious in callstack
However in performance tab, there is no way to see createContainer, ...
1
vote
0
answers
51
views
Redirect use on dev tools open
I was trying to protect the url of an embedded video on my site. To do this I can't let my users access the devtools and inspect the player. There are a lot of sites that have successfully achieved ...
0
votes
1
answer
103
views
HTML Validation Problems in R Package Documentation
I'm in the process of submitting an R package to CRAN, but I'm encountering the following NOTE when running devtools::check(remote = TRUE, manual = TRUE):
checking HTML version of manual ... NOTE
...
0
votes
0
answers
23
views
How to map chunk.js file to ts or tsx file or How can I make sure that when I export har file , it will contain source of tsx file instead of chunk.js
so I wan to get initiator along with file from which it was called. When I observe nw calls in dev tools I can see function along with ts or tsx file from which It was made. But when export har file ...
0
votes
1
answer
201
views
I can't open DevTools in a signed UWP WebView2 application
I am using a WebView2 control in an UWP application to render an online webpage. I want to open the DevTools for the debug purpose, but I can't.
I tried several ways to open DevTools but failed.
...
3
votes
0
answers
1k
views
Chrome devtools freezes while open on my website after 5 seconds
This just started happening today. Nothing has changed on my work website since this started breaking but now if I open devtools about 5 seconds later the devtools will be completely unresponsive. Can'...
0
votes
1
answer
43
views
GENERATE_SOURCEMAP=false does not minifying .css files
I have a React application, and I've noticed that when I open Chrome Developer Tools and go to the Sources tab, I can see a folder named static/js. Expanding this folder reveals the entire code of my ...
1
vote
0
answers
152
views
How to monitor an HTTP request made by playwright apirequest
I am trying to make an HTTP request using playwright
await page.GotoAsync(https://stackoverflow.com");
var http1 = await page.APIRequest.GetAsync("https://stackoverflow.com", new ...
0
votes
1
answer
34
views
How to develop with future and devtools::load_all(".")
I am trying to develop a R package that calls functions in an asynchronous way using future::future. Here is a dummy example:
library(future)
plan(multisession)
test_fun <- function(str) {
Sys....
0
votes
0
answers
20
views
How do i call a function from source using devtools on web.telegram.org?
so telegram uses webpack and there is callApi which looks like:
export function callApi<T extends keyof Methods>(fnName: T, ...args: MethodArgs<T>): MethodResponse<T> {
// @ts-...
0
votes
0
answers
38
views
Checking upstream and downstream for page
I'm struggle on finding the upstream and downstream for my site pages for analytics the how much internet speed client needed to load my sites page..
is there any way to find it? because i tried to ...
0
votes
1
answer
34
views
R devtools::install(): how to install to user-local library?
I'm trying to install a package developed locally, via devtools::install(), within an R session started as normal user (not sudo) in a Linux machine. The installation fails with the error
no ...
1
vote
2
answers
106
views
R package: author appearing in the manual
I m building a basic package with devtools (think of a package containing only an Hello World function).
My DESCRIPTION file is simply:
Title: What the Package Does (One Line, Title Case)
Version: 0.0....
4
votes
0
answers
316
views
What happened to DevTools and why are they painfully slow now?
I've recently updated Chrome DevTools, now debugging is painfully slow. What happened?
This seems to have worked for me, hope it helps!
Open DevTools settings
Click "Experiments" tab
Scroll ...
1
vote
0
answers
33
views
Rtl numbers problem when running flutter web on chrome in samsung phones
The text shows fine on chrome desktop, but the numbers (hh:mm in this case) get wrong direction when running on galaxy phones. Shows 12:20 as 20:12. It appears to be that way only on galaxy phones and ...
0
votes
0
answers
47
views
Performance Insights Panel not visible in devtools after building it locally
I have built chrome devtools-frontend locally.
Ref: https://chromium.googlesource.com/devtools/devtools-frontend/
I am unable to view the performance insights panel, I have tried checking it under ...
0
votes
0
answers
28
views
502 error with devtools::check_mac_release
I'm working on testing an R package in development, and have always used R Mac Builder as one test environment. However, today upon calling devtools::check_mac_release(), I get this error:
> ...
0
votes
0
answers
28
views
How do I determine which tests were skipped in testthat?
When I run unit test locally for caretEnsemble, I get some tests skips. 3 of them are expected, 2 of them are not:
Rscript -e "Sys.setenv(NOT_CRAN='true'); devtools::test(stop_on_failure=TRUE, ...
0
votes
1
answer
239
views
devtools::check() fails with "Error: Could not find tools necessary to compile a package", however debugging detects no issues
When checking my R package with devtools::check(), I run into this error.
══ Checking ═══════════════════════════════════════════════════════════
Setting env vars:
• _R_CHECK_CRAN_INCOMING_REMOTE_ ...
0
votes
0
answers
47
views
Squarespace Checkout Customization JavaScript
I'm a first time Squarespace user trying to inject JavaScript into my website so that I can customize the checkout button to redirect customers to a quote form instead of the regular checkout. I'm ...
1
vote
1
answer
274
views
In Firefox DevTools Network tab, how to see only failed requests?
I want to be able to see all requests that have error responses (of any kind). By that, I mean requests that have a response with a status code like "4xx" or "5xx".
I discovered ...
0
votes
0
answers
33
views
Certain time Inactive in site means i do navigate to login page using session expiry
I do session based navigate the url & session will expiry while user inactive in site as well.
Problem is Inactive certain time means session will expiry and navigate to login page as well. But on ...
-2
votes
2
answers
272
views
Can I use the VS Code Edge devTools with a url and not only a file in my project?
I just found out you can open an edge browser window + the traditional chromium devtools window all within your vscode window panes. Which is amazing, this means I can full screen my vscode and do ...
0
votes
1
answer
165
views
Wrong version of Tanstack Query DevTools is showing
I've installed the latest version (v5) of the devtools by using the following command
$ npm i @tanstack/react-query-devtools
While I expected a palm tree icon for opening the tools, my browser is ...
1
vote
1
answer
90
views
Is it possible to import variables from ES6 modules directly in Chrome DevTools console for Debugging purpose? (in pure HTML, JS project) [duplicate]
I'm working on a web application utilizing ES6 modules in Chrome by using type="module" in my HTML script tag.
While debugging in Chrome DevTools, I encountered an issue. Initially, I ...
1
vote
0
answers
222
views
Chrome DevTools Elements Panel Word Wrap Not Working
In Chrome browser DevTools, in the Elements panel, long lines of HTML code still require scrolling the Elements panel's contents horizontally, even when the "Word Wrap" option is selected in ...
1
vote
0
answers
215
views
I'm having difficulty install the R package devtools (R 3.6 in windows)
I need to use 3.6 version of R because of the availability of another package i need (LSTtools)
The error is "installation of package ‘devtools’ had non-zero exit status"
i tried installing ...
5
votes
0
answers
698
views
Flutter DevTools only ws are shown in the Network tab?
Flutter DevTools shows only internalAdress (websockets) although I need regular http queries with json data, it should come. Where the request passes correctly, the data is returned, it’s just that ...
0
votes
0
answers
87
views
My Google Developer Tools cannot display the line numbers of my JavaScript code correctly
I tried the solution provided by Google, which was to open the experiments and disable 'Automatically pretty print in the Source Panel'. However, my version of Chrome does not have this option.
Here ...
0
votes
0
answers
44
views
Safari Web Inspector not showing all elements
I am trying to debug something on our Angular app in Safari. When I open the Inspector, its not showing me the elements inside this div. How can I get Safari to show them? is the inspector loading ...
0
votes
2
answers
198
views
Is there a way to tell cefsharp which iframe to send javascript to?
I am creating my own app using cefsharp and using ExecuteScriptAsync to send javascript to the website being viewed. However, I ran into the problem where the element I need to work with is nested ...