eSearchIndexMethod Enumeration
Enum eWaitUntilSearch. Sets the method for the page indexing options
Namespace:
AdvantageCMS.Core.KeyotiAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Members
Member name | Description | |
---|---|---|
StandardScrape | Search using standard method | |
DOMContentLoaded | Consider navigation to be finished when the DOMContentLoaded event is fired | |
Networkidle2 | Consider navigation to be finished when there are no more than 2 network connections for at least 500 ms | |
Networkidle0 | Consider navigation to be finished when there are no more than 0 network connections for at least 500 ms | |
WaitforSearchFlag | Search will pause until flag is set (or max timeout of 120 seconds) |