Relative Content

Tag Archive for pythonselenium-webdriverautomation

Selenium automation – e-mail token

I will start automation with Selenium in Python. To log in to the platform, you must fill out a token, which is sent to Outlook. How do I have the automation enter my email and retrieve the access token?

Can’t detect an element that shares the same CSS selector with another element with selenium on pagespeed.web.dev

I’m using selenium webdriver on pagespeed.web.dev in order to get the value of the “First Contentful Paint” For Desktop. Which only appears after any website is analyzed. However, The element shares the same CSS Selector of the Mobile value of “First Contentful Paint” Which I think prevents selenium from detecting the Desktop instance of the element. I only able to succesfully detect the mobile element.