Skip to main content

Package that helps you to build compley css selectors

Project description

CssSelectorBuilder

This Package helps you to build css selectors for selenium or playwright tests.

Installation

pip install CssSelectorBuilder

Examples

Simple Selector

import CssSelector from CssSelectorBuilder

print(CssSelector().class_name("someClass"))

Results in: .someClass

Combine Selectors

import CssSelector from CssSelectorBuilder

print(CssSelector().class_name("someClass).is_not(CssSelector().id(someId)))

Results in: .someClass:not(#someId)

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

cssselectorbuilder-0.4.3.tar.gz (2.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cssselectorbuilder-0.4.3-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

File details

Details for the file cssselectorbuilder-0.4.3.tar.gz.

File metadata

  • Download URL: cssselectorbuilder-0.4.3.tar.gz
  • Upload date:
  • Size: 2.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.6

File hashes

Hashes for cssselectorbuilder-0.4.3.tar.gz
Algorithm Hash digest
SHA256 96fd13fd23128561fbc6e7d7db574ce17d43cd33a0a9ea8b00c21c45db5101f9
MD5 2f26366e86ea268ab1fc6e6a3ccd6e18
BLAKE2b-256 0849d6a795c1ab9782504abeb75054d6cd890adeb2b8172138e8b9fa5e86edf8

See more details on using hashes here.

File details

Details for the file cssselectorbuilder-0.4.3-py3-none-any.whl.

File metadata

File hashes

Hashes for cssselectorbuilder-0.4.3-py3-none-any.whl
Algorithm Hash digest
SHA256 f9f3afd4f407aae63e8d260b7ceab67e77647cd474841e152c644805c559f625
MD5 5ac9b87ea5aed0e22c087b1222dc83ac
BLAKE2b-256 06064fcec01b5505bb9f4695e5c4658c3d45d61ba62aa60efaf7674a8cb376da

See more details on using hashes here.

Supported by

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