Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
Please read the Terms of Use for Materials on ZennoLab |
Table of contents
Expand | ||||
---|---|---|---|---|
| ||||
|
...
Interaction with DOM page model (search for elements, deletion, modification)
Analysis of the requests made by the page
...
How to use
...
This window can be used to test XPath queries: open the Elements tab, press the key combination Ctrl + F
, a field for entering a search phrase (1) will appear at the bottom of the window (you can enter simple text, XPath, CSS Selectors).
Found items will immediately be highlighted (2).
...
Here you can write and debug JavaScript code. All code is executed in the context of the current tab, i.e. all modules, libraries, objects that are loaded on the current page are available here.
When the code is ready, you can run it using the JavaScript Code action
Network tab
...
All requests that were sent when loading this page will be displayed here. This can be very helpful when writing custom queries.
...