switching tabs is not working in selenium-python
I am writing small python script to open a webpage and click a link which redirects to next page. I have to then click export button which downloads the file.
INTERNALERROR> AttributeError: ‘NoneType’ object has no attribute ‘extras’
import pytest
from selenium import webdriver
from selenium.webdriver.chrome.service import Service
Loop while visible = True. When not, scroll down and continue
I have a def on my OrgPage that it suppose to do a loop while some Xpaths exists. When not, I want to scroll down to display more elements and continue with that iteration. If scrolling down the xpaths are not visible, then stop.