How to extract a table whose columns and rows keeps on changing
I want to make a dynamic extraction such that any table can be extracted from the site
Please help me with this
Use dynamic selectors, you can make use of wildcards and dynamic variables in your selector. For example, if the table’s ID or class name changes, you can use wildcards or variables to account for these changes.