Skip to main content

selenium based visual automation testing tool

Project description

bibimbap

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

Installation

Use the package manager pip to install bibimbap.

pip install bibimbap

Usage

from bibimbap import 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()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bibimbap-1.0.2.tar.gz (2.8 kB view hashes)

Uploaded Source

Built Distribution

bibimbap-1.0.2-py3-none-any.whl (3.3 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page