window-handles

How to use Selenium Python to get a field information of each linked page

How to use Selenium Python to get a field information of each linked page Question: The context is springerlink. For example this series of books GTM I want to get the information located at the bottom of each book’s webpage: All I want is the E-ISBN information on each page. Is there’s a way(not limited …

Total answers: 2

Check if any alert exists using selenium with python

Check if any alert exists using selenium with python Question: I’m trying to write a test with selenium in python language for a web page that manages users. In this page someone can add role for users and if a role exists while adding it, an alert raises. I don’t know if the alert is …

Total answers: 6