for example - ... ... =================================== from bs4 import BeautifulSoup import re driver.get('http://aigwon.tistory.com') html = driver.page_source bsObject = BeautifulSoup(html,"html.parser") crawling_test = bsObject.findAll('tr', id=re.compile('^abc-'))