DEV Community

Discussion on: Firefox developer tools can do that?

Collapse
 
kevinhch profile image
Kevin

Pretty cool and useful, but i miss the '$' selector like google :(, i prefer firefox ofc

Collapse
 
elmuerte profile image
Michiel Hendriks

Both $('css.selector') and $x('/xpath/query') are great tools in the console.

Collapse
 
rhymes profile image
rhymes

they are there

Collapse
 
jeanmachuca profile image
Jean Machuca

Hello, If you use QCObjects as the main framework in your web app you got the Tag() function that it’s pretty much the same as $ but better performance and a native stack with the .map() nested function for the list. So you can do Tag(‘my path selector’).map(e=> console.log(e)); happy coding!

Collapse
 
rhymes profile image
rhymes • Edited

$("selector") does exist in Firefox