You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.