Currently, xpath determination is done using a giant if else ladder in entrypoint.py, comparing the URL to a regular expression and returning the list of corresponding xpaths. A more sophisticated solution for this is required.
Additionally, the xpaths should also be consistent and defined properly.
Currently, xpath determination is done using a giant if else ladder in entrypoint.py, comparing the URL to a regular expression and returning the list of corresponding xpaths. A more sophisticated solution for this is required.
Additionally, the xpaths should also be consistent and defined properly.