Obtain the query interface url of BCS server

This is trivial with Selenium. Highlight the element by XPATH and extract URL with .get_attribute("href")

1 Like