Posts by Romulo Sousa • 29 points
4 posts
-
1
votes0
answers34
viewsQ: Make it open and reopen every time a number of Python and Selenium tabs
I need this code of mine every hour to make the process of reopening all tabs or setting up or just closing everything and running this code every hour. Has as? from selenium import webdriver import…
-
0
votes2
answers4733
viewsQ: Open and close multiple tabs in Python browser
Hi, I need some help. I need this script I have (Python and JS) to open a certain number of tabs and after a time interval close and reopen the same tabs again. However, to not close the browser, I…
-
0
votes2
answers64
viewsQ: I need to get the ID of one of the elements inside a combobox
I have the following X path : //*[@id="selectDashboard"] inside that has some ID’s that would be certain Dashboard s, how do I catch these guys inside the Xpath? Dashboard HTML code with an ID…
-
1
votes0
answers54
viewsQ: Identify combobox items and play in for loop using Selenium JS and Python
I need to do a for loop to open an x number of tabs and each tab uses a different "Dashboard". The first part I’ve done how could I do the second? Remembering preferably with Xpath using JS and…