How to delay the attention time

Support / help / discussion forum for twitter bot
wuxiao123123123
Posts: 46
Joined: Fri Jun 14, 2024 3:42 pm

Re: How to delay the attention time

Post by wuxiao123123123 »

原版
{
"TimeoutPage": 30,
"TimeoutIntercept": 30,
"TimeoutWaitForElement": 20,
"RetryDelay": 5,
"TimeoutRetries": 3,
"TimeoutClick": 20,
"TimeoutFileUpload": 60
}

I don't quite understand the parameters
User avatar
martin@rootjazz
Site Admin
Posts: 37208
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: How to delay the attention time

Post by martin@rootjazz »

{
"TimeoutPage": 60,
"TimeoutIntercept": 60,
"TimeoutWaitForElement": 40,
"RetryDelay": 5,
"TimeoutRetries": 3,
"TimeoutClick": 30,
"TimeoutFileUpload": 90
}
User avatar
martin@rootjazz
Site Admin
Posts: 37208
Joined: Fri Jan 25, 2013 10:06 pm
Location: The Funk
Contact:

Re: How to delay the attention time

Post by martin@rootjazz »

try that. But without seeing yoru logs and knowing why it failed, it's hard to be more specific
Post Reply