568 questions
0
votes
0
answers
29
views
Cordova UI Router not reloading when using web inspector manual refresh to reload app
When using web inspector on chrome/android or safari/iphone my app will launch just fine and I can inspect everything. However on certain occasions, especially on Safari, app startup console messages ...
0
votes
0
answers
105
views
How to use Chrome Dev Tools on iPad?
I opened my webpage in Google Chrome on iOS (iPad). Then I've added the page to the Home screen.
How can I debug this page? If it is opened directly in the browser, I can use chrome://inspect at least....
1
vote
1
answer
56
views
How to get the CSS-Selector of a disappearing message [duplicate]
I am trying to get the CSS Selector of the error message being displayed in the login/signup screen in https://automationexercise.com/login
I tried the solution given in How to find the element of a ...
2
votes
1
answer
163
views
Trying to alter YouTube playback speed
let isSpacebarHeld = false;
document.addEventListener('keydown', (event) => {
if (event.code === 'Space' && !isSpacebarHeld) {
isSpacebarHeld = true;
const video = ...
0
votes
2
answers
103
views
What do these numbers mean when hovering over the element during inspect element?
Hovering over the element during inspect element shows these numbers:
This is a basic HTML element block with two "div" elements nested inside. The first div is a p text. The second div ...
2
votes
0
answers
200
views
Google Chrome's inspector is crashing, lagging, self-closing etc. (?)
From about two weeks time, my inspector is playing really bad tricks on me.
It's lagging, crashing mostly on device emulation mode, really slow etc.
I was wondering if it's just me or is anyone else ...
0
votes
1
answer
64
views
How to Prevent Values Changed Through Inspect Element From Setting a Bool
I am using EditContext.IsModified() to set a bool that tracks if there are any unsaved changes on the page. When altering values through Inspect Element, unsaved changes are detected and the bool is ...
0
votes
1
answer
98
views
Disable mouseover Autodesk Viewer Online - Inspector tool - Developper tool
Good day all,
I want to share a DWG file with the Autodesk Online Free viewer. My file includes rasters. With the viewer online, every layer is highlighted when mouse is put over. It's ok with ...
-1
votes
1
answer
491
views
how to enable "--inspect=0.0.0.0:9229" in nextjs when running in docker to take memory dump shapshot
How do add --inspect=0.0.0.0:9229 when using nextjs running in a Docker. Currently in docker file the app is started
# Start the app
CMD ["npm", "start"]
in package.json:
"...
2
votes
0
answers
323
views
Selector Stats missing from Performance tab in Chrome, Opera & Edge
I'm looking at articles like this one https://blogs.windows.com/msedgedev/2023/01/17/the-truth-about-css-selector-performance/ to help me identify slow css selectors.
However I cannot see the Selector ...
0
votes
1
answer
36
views
Inspecting, Modifying, and Triggering an onclick Function on a Live Website
On this live website, I'm trying to get previous versions of Firmware for a camera lens. The companies' support generally ignores you, so I was seeing if I could figure out a workaround lol.
AF 135mm ...
0
votes
1
answer
125
views
Why does Firefox delete part of my CSS selector despite that it actually matches something in the HTML when testing it in the web inspector?
I have this HTML:
<div class="fieldset" tabindex="0">
<div class="field configurable required">
<label class="label" for="attribute140&...
0
votes
0
answers
140
views
Easy way to delete a table column from a web brower's web inspector?
I take a lot of screen shots of web pages for documentation and similar purposes. Often it is useful to delete or manipulate elements before taking the screen shot to hide stuff you don't want people ...
1
vote
0
answers
331
views
WebSocket connection is closed on client side but has status 101 in the Network tab (on Chrome)
I'm closing websocket connection on client side via button click and logging the event, as well as have 'webSocket.onClose' logging. Both log entries indicate that websocket was closed successfully, ...
-4
votes
1
answer
460
views
Scraping Barchart.com financial data
I am trying to scrape the financial data in the tables on https://www.barchart.com/stocks/quotes/IBM/income-statement/
Using inspect element I didn't see any XHR/fetch requests, but it looks like the ...
-2
votes
1
answer
518
views
Are there any tools for inspecting CSS values in a mobile app? I need it specifically for font size, color, padding
So our design team needs a stand alone tool. This is for a mobile app.
This tool should be able to get CSS values of individual elements like font color, font size, padding, and other UX values.
Are ...
-1
votes
1
answer
71
views
HTML & CSS, html block size is reducing as making the page small
I have a problem as following:
i hope you will get it what is my problem here
and I don't understand why this happens.
i think the problem is in header and nav
I thought it is more likely to happen ...
0
votes
4
answers
3k
views
How can I find the XPATH or the CSS locator of any element on an HTML web page
I am trying to find the locator of an element in a screen using chrome. I am using Inspect elements but I don't know how to extract the locator for my automated UI testing. How can I do that. Here is ...
-1
votes
1
answer
59
views
On inspecting a html page I see different values being shown in "Computed" section and "Layout" section for a DIV element. Why is it so?
On inspecting a html page I see different values being shown in "Computed" section and "Layout" section for a DIV element. Why is it so.
Computed Section
Q1 - In above: I am ...
0
votes
1
answer
292
views
I am not able to find elements nor in browser inspector nor in selenium
I am trying to catch elements from this website:
https://seguro.marca.com/registro/v3/?view=signup
But when I go to the element, right click, inspect and copy css_selector, or id or xpath and I search ...
0
votes
0
answers
100
views
How to check .js file is really included?
I'm staring with javascript
When you include in the a line like this:
<script src="/webapp/A/js/file.js"></script>
You are trying to include the file.js, but is there any way ...
6
votes
2
answers
11k
views
Safari Web Inspector stopped working on latest iOS for WebKit apps
Using Safari Web Inspector on a WebKit based app stopped working on iOS 16.4.
This was properly working before.
More specifically, using the iOS Simulator or a real device, debugging a WebKit based ...
0
votes
1
answer
1k
views
Phone view on chrome inspection is messing up the dimensions on certain pages for my site
So I've been working on the responsiveness for my website I'm making and everything works just fine when im on the home page. But when I switch to any other page the dimension for some reason don't ...
0
votes
1
answer
495
views
why does http request fails even when we just googled something like "web", or it is meant to be
I have gone to google and searched 'web' in order to see how the HTTP request (by going to → inspect element → Fetch/XHR) sent to server behaves and how many requests (Ctrl + R if you cannot see) are ...
3
votes
0
answers
57
views
How to refer to unreferenced HTML elements with selenium in Python
I am trying to use the python selenium web-driver to locate the tile/button elements for googles minesweeper game, but they do not appear as individual HTML elements that can be referenced when ...
1
vote
0
answers
152
views
How to show HTTP status text in the Chrome Inspector?
Screenshot 1
Screenshot 2
I see status codes like 200, but not status texts such as "OK". How do I enable status text?
1
vote
2
answers
2k
views
How to find multiple keywords in source file from inspect element?
I'm currently learning how to use web developer tools. So as a part of it I'm trying to find some multiple keywords at the search box which appears after pressing ctrl + F
My question is
How can I ...
0
votes
1
answer
107
views
Why does Edge performance timeline shows that assets are being requested before HTML parsing?
From what I know, the browser can only request the assets (JS, CSS) after parsing the HTML. But analyzing the "Performance" tab on Edge's DevTools, the "Send Request" for the ...
0
votes
0
answers
45
views
Inspecting xpaths with the new Chrome 109
Company recently updated to Chrome 109, so I got the new Chromedriver (selenium) 109.
I always use the inspect on the web page in Chrome to find xpaths, check xpaths, etc.
Whereas in previous Chrome ...
0
votes
1
answer
1k
views
Button onClick event does not work but works just fine when I display the Inspect mode in Chrome
The onClick event on the referesh button for the Captcha won't work when I click it, but this button works well when I open the Inspect mode in Chrome and click it, refreshing the captcha as expected. ...
1
vote
1
answer
496
views
Need to select very specific element using querySelector without returning undefined
I'm scraping a site for data using Puppeteer and need to get a really specific piece of data from the site, I'm trying to use querySelector to get the classname of where the data is but its proven ...
0
votes
0
answers
59
views
Is there a way to identify if Jenkins element got modified thought inspect in chrome?
I have Jenkins job with Active Choices Parameter. Is there a way to identify if its value was modified thought web inspector?
1
vote
2
answers
1k
views
How do I find the file that is pulling in a script in web inspector?
One specific example is I see multiple versions of jQuery on my website. How do I know what's pulling in jQuery? I don't see it in my source code, so it must be another integration that's pulling it ...
1
vote
1
answer
53
views
Why is the web page html element (absolute xpath) dissapeared when downloaded as html file? what cause it?
First, let's set up a code for full-xpath:
(focus) for /html/body/div[2]/div/div[1]/div[3]/div/div
(sub-focus) for /html/body/div[2]/div/div[1]/div[3]/div/div[2]
Tool to use:
Online Inspector: Chrome ...
1
vote
1
answer
1k
views
What's the difference between this two FULL XPATH?
The link I used is here
My procedure of getting the "price" xpath are:
go to the link using chrome
use tool inspect element
search for the price number
then come into <span class="...
1
vote
1
answer
5k
views
How to obtain request headers in Google Chrome/python
I am using a python package (py_ball, a python api wrapper for the nba's stats site) and I have a question regarding obtaining headers when accessing an api.
A tutorial for the package uses the ...
0
votes
1
answer
5k
views
Are there any chrome extensions that are free to inspect and understand?
So I have recently started working on building a Google chrome extension, and found the entire landscape fascinating to say the least. While I was checking to understand how some of these extensions ...
1
vote
1
answer
87
views
How can I use Google Chrome inspect network to know how to increase my website performance?
My web application is slow I don't know why, but I think CSS and JS files is the reason. I use PHP with Firebase and it takes too long as you can see in image.
How I can increase performance of my ...
0
votes
1
answer
113
views
How to change ID name in chrome and save it permanently?
I got a web form to enter 5000 contact numbers.
I'm trying to input data automatically through Power Automate.
But then that doesn't work properly. Because the ID name of two field are the same in the ...
-1
votes
1
answer
480
views
WebInspect Issue while running REST API Scans
I am getting this error message while running REST API Scans on WebInspect tool: "Please verify a connection, we cannot capture any sessions". Any solution?
2
votes
1
answer
3k
views
How to catch a request from the network tab with javascript?
When I click on a "Load more" button in the website, there are new variations loaded. You can spot them on the "Network" tab in the inspector of google chrome
See here the output ...
7
votes
0
answers
510
views
Preview HTML in Safari Web Inspector
When I open Web Inspector / Network / Any Request / Preview, I want to see rendered HTML, as Google Chrome does. But Safari shows only raw HTML. Is there any option to makes it render? Thank you!
...
-1
votes
1
answer
204
views
chrome inspector and hover not detecting child element
As you can see on the example, when I try to hover the buttons, it does nothing.
Also, i tried to right-click the buttons and go to "inspect element" to see what was the problem, but the ...
0
votes
0
answers
88
views
CSS to override Google Sheets gridlines?
I'm looking for help on why my CSS isn't working.
I want to use the Stylebot chrome extension with this CSS to make gridlines darker on a Google Sheet.
.waffle td, .grid-fixed-table td {
border: 1px ...
0
votes
0
answers
2k
views
why can't I select in inspect
I'm trying to set up a web scraper in Chrome using webscraper.io extension.
When I'm in inspect mode (developer tools), instead of getting an arrow or index finger, my browser shows me a vague grey ...
0
votes
1
answer
38
views
Get the wrong href link when do Edit as HTML
I'm using HTMLUnit to extract href attributes under anchor class elements from Google Shopping results. To get a list of all the URLs of the shopping results, I use:
List<HtmlElement> urls = ...
1
vote
4
answers
221
views
Scrape page links
I want to scrape this site page link https://kw.com/agent/search/IL/Chicago but this page inspection doesn't have any div class or a href link. I don't understand which function needs to call to ...
2
votes
2
answers
660
views
Getting to the origin of data in HTML/JavaScript
What's a consistent way to find the origin of data from a certain web app?
Context:
I'm working on a native app, and am trying to capture data from a publicly hosted JavaScript app. But I can't figure ...
0
votes
1
answer
879
views
Copy-paste hotkeys in Chrome devtools
In windows I can use Ctrl+C/Ctrl+V hotkeys to copy/paste html elements in Elements tab (without switching to Edit as HTML mode). In MacOS I can only make it by Right Click on elem >> Copy >&...
0
votes
0
answers
44
views
Access hidden HTML tags before user interaction
I have a website that whenever user clicks on this button, the website will display a data table and the tag for that will appear in the inspection tool. I want to retrieve this data table ...