Skip to content

Instantly share code, notes, and snippets.

View ilkerceng's full-sized avatar
🏠
Working from home

peja ilkerceng

🏠
Working from home
  • striker
  • Ankara/Turkey
View GitHub Profile
@ilkerceng
ilkerceng / xpath_soup.py
Created December 18, 2018 00:31 — forked from ergoithz/xpath_soup.py
Generate unique XPATH for BeautifulSoup element
#!/usr/bin/python
# -*- coding: utf-8 -*-
def xpath_soup(element):
"""
Generate xpath from BeautifulSoup4 element
:param element: BeautifulSoup4 element.
:type element: bs4.element.Tag or bs4.element.NavigableString
:return: xpath as string