security: Setting global settings requires approval.

This commit is contained in:
2024-11-30 16:58:48 -05:00
parent cd2c2587ae
commit 8e0d91dcf5
2 changed files with 2 additions and 0 deletions

View File

@ -78,6 +78,7 @@ try:
driver.get('http://localhost:8888/~core/admin/')
select(driver, ['#document', 'frame', '#gs_room_name'], ('send_keys', 'test room'))
select(driver, ['#document', 'frame', '//*[@id="gs_room_name"]/following-sibling::button'], ('click',))
select(driver, ['//button[text()="✅ Allow"]'], ('click',))
driver.switch_to.alert.accept()
select(driver, ['tf-navigation', 'shadow_root', '#identity'], ('click',))