File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff 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(
You can’t perform that action at this time.
0 commit comments