2022-02-14 03:22:51 +01:00
|
|
|
---
|
|
|
|
title: query web
|
|
|
|
layout: command
|
2022-03-04 13:10:09 +01:00
|
|
|
version: 0.59.1
|
2022-02-14 03:22:51 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
execute selector query on html/web
|
|
|
|
|
|
|
|
## Signature
|
|
|
|
|
2022-02-22 16:16:56 +01:00
|
|
|
```> query web --query --as-html --attribute --as-table --inspect```
|
2022-02-14 03:22:51 +01:00
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
- `--query {string}`: selector query
|
2022-02-22 16:16:56 +01:00
|
|
|
- `--as-html`: return the query output as html
|
2022-02-14 03:22:51 +01:00
|
|
|
- `--attribute {string}`: downselect based on the given attribute
|
2022-02-22 16:16:56 +01:00
|
|
|
- `--as-table {any}`: find table based on column header list
|
2022-02-14 03:22:51 +01:00
|
|
|
- `--inspect`: run in inspect mode to provide more information for determining column headers
|