This commit is contained in:
powe97 2024-03-02 02:22:30 -05:00
parent 30f4f49cdb
commit bc07c559bc
No known key found for this signature in database
GPG Key ID: 7D1663B10978D1BA
1 changed files with 2 additions and 0 deletions

View File

@ -169,6 +169,8 @@ def main():
"https://tes.collegesource.com/publicview/TES_publicview01.aspx?rid=f080a477-bff8-46df-a5b2-25e9affdd4ed&aid=27b576bb-cd07-4e57-84d0-37475fde70ce"
)
print(f'Title is {driver.find_element(By.TAG_NAME, "title").get_attribute("innerText")}')
num_pages = int(
driver.find_element("id", "lblInstWithEQPaginationInfo").text.split()[-1]
)