I am looking for an element inspector in lynx web browser. I want to extract some data from the web site. It involves changing the url of the link a bit every-time and fetching information. I tried using a macro in firefox but couldn't figure out how to write a for-loop kind of thing. So I am now trying lynx. Is it possible to do inspect element in lynx as we do in standard web browsers like mozilla firefox?

有帮助吗?

解决方案

Lynx doesn't construct a DOM (this is one of the main things holding people back from adding serious JS support to it), so it holds nothing in memory that you can inspect.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top