Problems While Trying To Extract Part Of Id December 18, 2023 Post a Comment so i tried to gather all of ids from site and 'extract' numbers from them Its looking like that on that site: CopySolution 2: You can use split method as well.for x in elements: id = x.get_attribute("id") a =id.split("_")[1] print(a) Copy Baca JugaPython3 Oserror: [errno -9988] Stream ClosedRecover All Line From An Attribute In A Database In JsonEfficient Ways Of Finding The Largest Prime Factor Of A Number Share You may like these postsUse Selenium With Chromedriver On MacHow To Handle Modal Or Pop-up Boxes In Selenium PythonPython Selenium Selenium.common.exceptions.staleelementreferenceexception ErrorSelenium Python Click Get Data Button Post a Comment for "Problems While Trying To Extract Part Of Id"
Post a Comment for "Problems While Trying To Extract Part Of Id"