Merge pull request #1073 from visagang/features/vguruparan
Update locating element log level to warning
This commit is contained in:
commit
6f0754c143
|
|
@ -29,6 +29,7 @@ public class ElementLocatingArgs
|
|||
public bool Parent { get; set; }
|
||||
|
||||
public bool FailIfMultiple { get; set; }
|
||||
[JsonPropertyName("ignore_if_not_found")]
|
||||
public bool IgnoreIfNotFound { get; set; }
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
|
|
@ -11,6 +11,10 @@
|
|||
"is_read_content": {
|
||||
"type": "boolean",
|
||||
"description": "read the content"
|
||||
},
|
||||
"ignore_if_not_found": {
|
||||
"type": "boolean",
|
||||
"description": "ignore error logging if element not exists"
|
||||
}
|
||||
},
|
||||
"required": [ "selector" ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue