(selector: string | [string, string], property: string)
| 2233 | }, |
| 2234 | |
| 2235 | async getPropertyList(selector: string | [string, string], property: string) { |
| 2236 | let value = await getPropertyValue( |
| 2237 | page, |
| 2238 | Array.isArray(selector) ? selector : [selector, undefined], |
| 2239 | property, |
| 2240 | ) |
| 2241 | |
| 2242 | return segment(value, class="st">',').map((item) => item.trim()) |
| 2243 | }, |
| 2244 | } |
| 2245 | } |
| 2246 |
no test coverage detected