79654286

Date: 2025-06-05 10:48:37
Score: 1
Natty:
Report link

try using this approach for working with new tabs:

with context.expect_page() as new_tab:
          self.accountSetup_link.click()
tab = new_tab.value
acc_setup = AccountSetup(tab, context)
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Konstantin