I have a requirement to capture elements on a page that contains a table with 20 records and 9 columns. The returned content is extremely verbose. However, the elements I need to interact with are not within the table.
Is it possible to use parameters to exclude certain elements or specify only specific types of elements to return (e.g., textboxes)? This would significantly facilitate the analysis of the target elements.