예제 #1
0
 /// <inheritdoc />
 public Task <string[]> SelectOptionAsync(string selector, SelectOption value, int?timeout = null, bool?noWaitAfter = null)
 => SelectOptionAsync(selector, new[] { value }, timeout, noWaitAfter);
예제 #2
0
 /// <inheritdoc />
 public Task <string[]> SelectAsync(string selector, SelectOption value, WaitForSelectorOptions options = null) => throw new NotImplementedException();
예제 #3
0
 /// <inheritdoc/>
 public Task <string[]> SelectAsync(string selector, SelectOption value, WaitForSelectorOptions options = null)
 => SelectAsync(selector, new[] { value }, options);
예제 #4
0
 /// <inheritdoc />
 public Task <string[]> SelectAsync(SelectOption value) => SelectInternalAsync(new[] { value });
 /// <inheritdoc />
 public Task <string[]> SelectAsync(SelectOption value) => throw new NotImplementedException();