mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-07-30 03:09:50 +08:00
Merge 23166e0eba into 9f33f8d228
This commit is contained in:
commit
c13c048239
@ -240,6 +240,10 @@ def extract_official_salesforce_doc(url: str, timeout_seconds: int, use_stealth:
|
||||
}
|
||||
|
||||
const selectorConfigs = [
|
||||
{ selector: '.body.refbody', strategy: 'dev-refbody', base: 310 },
|
||||
{ selector: '.body.conbody', strategy: 'dev-conbody', base: 310 },
|
||||
{ selector: '.body.taskbody', strategy: 'dev-taskbody', base: 310 },
|
||||
{ selector: '.body', strategy: 'dev-body', base: 300 },
|
||||
{ selector: 'article', strategy: 'article', base: 260 },
|
||||
{ selector: 'main', strategy: 'main', base: 220 },
|
||||
{ selector: '[role="main"]', strategy: 'role-main', base: 220 },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user