Questions tagged [inspect-element]

138 questions
4
votes
1 answer

Get the code from inspect element using Python

In the Safari browser, I can right-click and select "Inspect Element", and a lot of code appears. Is it possible to get this code using Python? The best solution would be to get a file with the code in it. More specifically, I am trying to find the…
EspenG
  • 537
  • 3
  • 10
  • 20
4
votes
2 answers

Update source file when CSS is changed through Chrome developer tools

I'm using xampp as my local server for php projects. I'm searching for a tool to update css changes automatically which i done through chrome inspect element. What i'm doing now is, Open my project in chrome (localhost/project) Right click and…
3
votes
1 answer

How to add @keyframes rule through inspect element?

I constantly like to customize web pages that I use frequently through inspect element to be more pleasing for me, however, I've been constantly failing at adding a @keyframes rule to css. Everytime I click "New Style Rule" and type my code, it…
ebb
  • 31
  • 2
3
votes
2 answers

How to save a website made with javascript to a file

A little info: When 'inspected' (Google Chrome), the website displays the information I need (namely, a simple link to a .pdf). When I cURL the website, only a part of it gets saved. This coupled with the fact that there are functions and while my function works fine and adds a new img tag to the page whenever I use Ctrl+Shift+I in Chrome then Ctrl+F then I type…
2
votes
0 answers

Copying generated html in Google chrome inspect element

Code (just for reference):
YouTube:

cheshire
  • 1,109
  • 3
  • 15
  • 37
2
votes
1 answer

Get sent to an class by URL

I know this is a little bit hard to understand, but I've seen some sites using the ID of an element in the url to send you somewhere, and I was wondering if it's also possible with classes. I don't think this is private or something like that…
user6312124
2
votes
1 answer

Cannot parse table using BeautifulSoup

I have been trying to parse the table here with table id = "tblDataset2" and trying to access the rows in the table, but I only get a single row when I parse the webpage using beautifulsoup. Here's my code : from bs4 import BeautifulSoup import…
1
vote
1 answer

saving a website canvas as a larger image

I'm trying to download a high res canvas image from https://axaa2023.mapyourshow.com/8_0/floorplan/ https://ax2023.mapyourshow.com/8_0/floorplan/ If I open the canvas image in a new tab, the text is small and becomes blurry when zooming in If I zoom…
tradk
  • 11
  • 1
1
vote
0 answers

Is it possible to use inspect element to find when a account is created?

Hi I am trying to gather some information for a data base project. And I am trying to organize all my account by the MM/DD/Year they where created. I can find all the info for website like facebook easily but I am having trouble with site such as…
1
2
3
9 10