1.0.5 • Published 4 years ago

mweb-layout-crawler v1.0.5

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

mweb-layout-crawler

Install

npm i -g mweb-layout-crawler

Usage

npx mweb-layout-crawler --configPath {config.json} --loginUserName {username} --loginPwd {password}

config example

{
    "siteBaseUrl":"https://www.anns.tw",
    "pages":[
        {
            "name": "商品頁",
            "path": "/SalePage/Index/6326384"
        },
        {
            "name": "會員專區首頁",
            "path": "/V2/VipMember/VIPMemberRelay?shopId=123"
        }
    ],
    "seekTargets": [
        " V2_Layout_platform ",
        " V2_Layout_ThemeBase ",
        " V1_Layout_Platform ",
        " V1_Layout_Activity ",
        " V1_Layout_ThemeBase "
     ]
}
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago