---
title: WKFindConfiguration
framework: webkit
role: symbol
role_heading: Class
path: webkit/wkfindconfiguration
---

# WKFindConfiguration

The configuration parameters to use when searching the contents of the web view.

## Declaration

```swift
@MainActor class WKFindConfiguration
```

## Overview

Overview Create a WKFindConfiguration object and configure its attributes to specify how to perform searches within the web view’s contents. To initiate a search, call the appropriate method of WKWebView and pass this object along with the search string.

## Topics

### Configuring the Search Parameters

- [backwards](webkit/wkfindconfiguration/backwards.md)
- [caseSensitive](webkit/wkfindconfiguration/casesensitive.md)
- [wraps](webkit/wkfindconfiguration/wraps.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCopying](foundation/nscopying.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)

## See Also

### Related Documentation

- [find(_:configuration:completionHandler:)](webkit/wkwebview/find(_:configuration:completionhandler:).md)

### Page-level search

- [WKFindResult](webkit/wkfindresult.md)
