Skip to main content

All Questions

Tagged with
0 votes
0 answers
10 views

How to keep the js code in google chrome console running after the page refreshes? [duplicate]

I am working on a page which contains a search button. When I tried to use .click command in console to click the search button to obtain the info I need, the page refreshes and the console ends. Is ...
Sam Yan's user avatar
0 votes
0 answers
17 views

¿How can I send a command to chrome console devtools while broswing without opening console (f12) to enter command? ¿adding custom shourcut keys?

¿How can I send a command to chrome console devtools while broswing without opening console (f12) to enter command? ¿adding custom shourcut keys? Any time I want to enter a command I have to Press F12,...
HY XZ's user avatar
  • 1
0 votes
0 answers
14 views

How to find application_id, guild_id, channel_id, version, id, and authorization for Discord Bot?

Hello, I need to make a discord selfbot. i need "application_id, guild_id, channel_id, version, id, and authorization" but I could not find this information in the attached photo. How can i ...
Berk Birkan's user avatar
-1 votes
1 answer
3k views

Can't paste code in Chrome DevTools

Today, I was trying to run code in the Chrome DevTools console (on macOS). While I was pasting a class-name, I got an error message: Warning: Do not paste code into the DevTools console that you do ...
MaestroMaus's user avatar
0 votes
1 answer
43 views

How to I derive CSS expression or an X-path for Google search bar?

I want to derive cssExpn or Xpath for google search bar and then use the element in java selenium program. I tried below expressions on console but getting the length as 0 which means I cannot use ...
Manasa Nagendra's user avatar
2 votes
0 answers
187 views

How access network tab requests/response in console tab of browser

My use case involves scrolling through posts of a facebook groups and then select some specific posts with some specific keywords and then write these posts' details into an excel sheet. To do this I ...
Sudhanshu Kumar's user avatar
1 vote
1 answer
39 views

Fill input boxes in website with Javascript (Chrome console) improvement issues

I have already created a script for a website where it updates the input boxes based on the header (h3) above it. To avoid having multiple ifs, I have decided to create a dictionary instead but I get ...
Datacrawler's user avatar
  • 2,856
0 votes
0 answers
31 views

Google Chrome Dev Tools Console Inconsistent

When I console.log DOM elements, the format output is inconsistent. For example (app.js): const boxes = document.querySelectorAll(".box")[0]; console.log(boxes); console.log(document....
Bobooo's user avatar
  • 1
-1 votes
1 answer
23 views

how to "reset" the console in chrome to see the vscode commands such as regular console.log('hi')

I had re inatalled chrome and reset the console mith the defulte setting , I am still not seeing the results in the console when i first started using it, could it be an exstension or something ? in ...
joshua's user avatar
  • 1
0 votes
0 answers
26 views

Is there a way to log caught exceptions via chrome console?

I am developing on the Salesforce platform, which puts me in the situation where I have dependencies on JS developed by Salesforce that is immutable to me. Unfortunately these components have some ...
Mark Johnson's user avatar
2 votes
0 answers
85 views

Why can't I copy Files or Form Data from the browser console

I can't copy files or form data from the chrome browser console and it's baffling to me. I've tried right click on object -> copy object storing as a global variable -> use the chrome "...
person13's user avatar
  • 171
0 votes
1 answer
52 views

How to hide the "console tab menu" in Chrome DevTools

Is there any way I can hide this menu? It takes too much space on a laptop, especially when I want to have the console window and network tab simultaneously on the side:
zok's user avatar
  • 7,484
0 votes
0 answers
16 views

Chrome Browser console gets closed within a few seconds after I open it. How do I fix this issue>

My Google Chrome Browser console gets closed within a few seconds after I open it. This issue is only happening after I had added my eclipse workspace folder under source. Tried a few steps to fix ...
Dracarys's user avatar
0 votes
1 answer
360 views

I'm trying to download a PDF from a website with a script. Keep on getting undefined properties can't read 'save' in chrome console

I'm not really proficient at JS or coding in general. I found this script online that should help me download a protected pdf from a website. Everything works fine and the pdf autoscrolls until I get ...
Musa Khattak's user avatar
0 votes
0 answers
92 views

clicking element identified by XPath returns an error

I used to use the following syntax in chrome console to click on an element for testing $x('somexpath expression').click() but now when trying to execute this code I get an error VM234:1 Uncaught ...
Mohamed Saeed's user avatar

15 30 50 per page
1
2 3 4 5
29