Metadata-Version: 2.1
Name: bibimbap
Version: 1.0.0
Summary: selenium based visual automation testing tool
Home-page: https://github.com/sh1223/bibimbap
Author: Seonghwan KIM
Author-email: seonghwankim86@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
Requires-Dist: selenium
Requires-Dist: Pillow

# bibimbap

bibimbap is a Python library for selenium based visual automation testing.

## Installation

Use the package manager [pip](https://pip.pypa.io/en/stable/) to install bibimbap.

```bash
pip install bibimbap
```

## Usage

```python
from bibimbap import bibigo, ganjang, gochujang

print('spam')
g1 = ganjang.Ganjang('https://example.com/page_to_test','https://example.com/page_to_test2', example.com')
s = gochujang.Gochujang()
s.add_ganjang(g1)
s.set_webdriver=("c:/geckodriver.exe")
s.set_window_size(380,5000)
s.set_xpath_to_element_to_capture("/html/body")
s.set_path_to_save("c:/bibimbap_test/")
s.capture_screens()

```


