| WebElementsClientgetWebElements Method  | 
 
            Get the locations of certain web elements. This is retrieved if pdf_web_elements_selectors parameter is set and elements were found to match the selectors.
            
 
    Namespace: 
   SelectPdf.Api
    Assembly:
   SelectPdf.Api (in SelectPdf.Api.dll) Version: 1.4.0
 Syntax
Syntaxpublic IList<WebElement> getWebElements()
Public Function getWebElements As IList(Of WebElement)
Return Value
Type: 
IListWebElementList of web elements locations.
 See Also
See Also