August 30, 2024
Настройка ADS Power для работника (автоввод пароля)
Drop Predator - коротко и ясно
Зачем нужен автоввод?
Автовводом мы закрываем от воркера пароль, а скрыв пароль - наш приватный плюч кошелька в безопасности
Перейдем к настройке
[
{
"type":"waitTime",
"config":{
"timeoutType":"fixedValue",
"timeout":1000,
"timeoutMin":1000,
"timeoutMax":300000,
"remark":""
}
},
{
"type":"gotoUrl",
"config":{
"url":"chrome-extension://nkbihfbeogaeaoehlefnkodbefgpgknn/home.html",
"timeout":10000,
"remark":""
}
},
{
"type":"waitTime",
"config":{
"timeoutType":"fixedValue",
"timeout":1000,
"timeoutMin":1000,
"timeoutMax":300000,
"remark":""
}
},
{
"type":"waitForSelector",
"config":{
"selector":"#password",
"serial":1,
"isShow":"1",
"timeout":30000,
"remark":"",
"selectorRadio":"CSS",
"variable":""
}
},
{
"type":"inputContent",
"config":{
"selector":"#password",
"serialType":"fixedValue",
"selectorType":"selector",
"element":"",
"serial":1,
"serialMin":1,
"serialMax":50,
"intervals":300,
"content":"12345",
"isRandom":"0",
"randomContent":"12345",
"remark":"",
"selectorRadio":"CSS",
"randomInputNum":{
"min":0.1,
"max":10
}
}
},
{
"type":"keyboard",
"config":{
"type":"Enter",
"remark":""
}
},
{
"type":"waitTime",
"config":{
"timeoutType":"randomInterval",
"timeout":1000,
"timeoutMin":5000,
"timeoutMax":20000,
"remark":""
}
}
]