Skip to content

Commit b2f11d6

Browse files
Addressing more PR comments
1 parent 58caa6b commit b2f11d6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/utility-guides/DatasetField.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,14 @@ This will allow you to use the following methods:
5757

5858
### How to use this method
5959

60-
To use this method simply import the DatasetFieldUtil class and call one of the methods, providing the necessary arguments:
60+
To use this method simply import the DatasetFieldUtil class and call one of the methods, providing the necessary arguments.<br>
61+
The example below is using options that can be imported from `pages.datasets.investigation_dataset_page`
62+
63+
from utils.dataset_field_util import DatasetFieldUtil
64+
from pages.datasets.investigation_dataset_page import (
65+
InsufflationOptions,
66+
PolypClassificationOptions,
67+
)
6168

6269
# populate_input_locator_for_field
6370
DatasetFieldUtil(page).populate_input_locator_for_field(

0 commit comments

Comments
 (0)