原版
{
"TimeoutPage": 30,
"TimeoutIntercept": 30,
"TimeoutWaitForElement": 20,
"RetryDelay": 5,
"TimeoutRetries": 3,
"TimeoutClick": 20,
"TimeoutFileUpload": 60
}
I don't quite understand the parameters
How to delay the attention time
- 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
{
"TimeoutPage": 60,
"TimeoutIntercept": 60,
"TimeoutWaitForElement": 40,
"RetryDelay": 5,
"TimeoutRetries": 3,
"TimeoutClick": 30,
"TimeoutFileUpload": 90
}
"TimeoutPage": 60,
"TimeoutIntercept": 60,
"TimeoutWaitForElement": 40,
"RetryDelay": 5,
"TimeoutRetries": 3,
"TimeoutClick": 30,
"TimeoutFileUpload": 90
}
- 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
try that. But without seeing yoru logs and knowing why it failed, it's hard to be more specific