Questions tagged [inspect-element]
138 questions
1
vote
1 answer
Not able to see "Inspect Element" option on Edge browser for Some website
Open Edge browser and right click - Some web application able to Inspect Element option. But some of the web application not able to see Inpect Element option.
How to Solve this issue? I need inspect element option. Also getting message DevTool was…

Vijay W
- 21
- 2
1
vote
1 answer
LiveServer (Ritwick Dey) not reloading during inspect element
New dev here, I'm having issues with my LiveServer in VSCode.
When I open the LiveServer on Chrome and make changes, it'll reload without any problems however, when I inspect element the page and make some changes to my HTML and then save it, the…

LamrinP
- 11
- 1
1
vote
2 answers
How can I solve the problem of copy/pasting the CSS property and value in inspect element both Chrome and Brave?
I recently try to Copy and Paste CSS code and this occurred
this a simple copy Ctrl+c
and this is a simple paste Ctrl+v
but the result looks like this:
is there any way to prevent this and have simple Ctrl+c and Ctrl+v?

noshad b.e
- 114
- 11
1
vote
1 answer
Using RStudio DevTools, can you prevent the Environment Pane from hiding column values with ellipses (...)
I'd like my data to at least extend horizontally to the edge of the environment pane, but it gets truncated even if there is plenty of room left in the pane. Columns of class "chr" appear to be restricted to showing only the first 4 entries (yellow…

E. Moore
- 321
- 1
- 5
- 11
1
vote
0 answers
Is there any way to close down Chrome inspect console permanently? I am facing problem while browsing coz inspect element getting open again and again
I am facing Inspect console problem on chrome. It's getting open again and agai.Is there any way to close it down permanently? I tried to solve using ctrl+shift+i shortcut but it didn't work

ECEA023 AMAR CHETRI
- 11
- 1
1
vote
2 answers
How to click on a button without ID using Python Selenium?
Basically, I am writing a script, that should open a specific URL on chrome, press certain buttons, login, press another button, and terminate chrome.
until now, it was pretty easy to do, because every button or field I needed had its own ID's.
Now,…

Ramūnas Jucevičius
- 45
- 5
1
vote
1 answer
I can't see the data which is on web page in source code, but I can see via inspect element
I'm scratching my head from yesterday trying to find about this.
When I navigate to account settings page and view source code, there's literally no user specific data like name, email, gender etc, but when I check via inspect element its there.…

Ninja
- 11
- 1
1
vote
1 answer
Is it possible to keep case when using inspect element in Google Chrome?
Google Chrome's inspect element seems to force all tags to be lower case. Is there a way to disable that behavior so that the tag appears as it is written?

Jimbo
- 2,886
- 2
- 29
- 45
1
vote
0 answers
Unable to get Count of rows Using Python selenium
Hi I am trying to get count of all the rows in Html table using python Selenium.
My table Contains 155 rows,But my code returns only 30 as rowcount. I have checked inspect element it is showing only 30 rows,once i scroll down old rows are deleted…

Divya Mani
- 203
- 1
- 3
- 15
1
vote
3 answers
How can I open the developer tools using JavaScript?
Edited answer:
In most browsers, there is a function called "Inspect" or "Inspect element" that opens up the developer tools. This allows you to use many different tools, like changing the DOM, running JavaScript, finding the sources of linked…
user12156952
1
vote
1 answer
How to fix invoke uiautomator from command Prompt
I want to run uiautomatorviewer from command Prompt.
But it gives an error:
-Djava.ext.dirs=..\lib\x86_64;..\lib is not supported. Use
-classpath instead.
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has…

Sumit Srivastava
- 85
- 2
- 12
1
vote
2 answers
How to stop reload while using inspect element
Im trying to inspect something but when I get back to it then it disappears.
I have made a video on this issue here:
The Issue
So this is the website, when I press click to check the amount the amount is reloaded. The internet is off. How can I stop…

Sean Callanan
- 11
- 1
- 1
- 3
1
vote
1 answer
Why cannot move DOM nodes in Chrome anymore?
I am not able to move the DOM nodes in the Google Chrome, in the Inspect Element tab, when I select them and try to grab/drag them nothing happens anymore.
I have reset the settings on both the browser and the dev tool, but there is no change.
In…

Bondsmith
- 1,343
- 3
- 13
- 27
1
vote
1 answer
Not allow localstorage to be changed by user
I use localstorage to store things like highscore in this game: http://wacky2048.ga/
If you inspect element and on the top navigation bar (where you see Elements ... Performance), then click the >> button, click Application, you can see all the…

Jason C.
- 11
- 1
- 3
1
vote
0 answers
Opening webpage, look for content and give notification once found it
I want to be open up chrome, go to a webpage, and the check that a specific content ie, title, subtitle... is there, and then give me a notification if the content is present, ideally on a loop until it has found it. What is the best way to do…

William
- 15
- 4