rustenium-macros 0.1.1

Convenience macros for Rustenium (css! and xpath! selectors)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]

name = "rustenium-macros"

version = "0.1.1"

edition = "2024"

description = "Convenience macros for Rustenium (css! and xpath! selectors)"

license = "MIT"

repository = "https://github.com/dashn9/rustenium"

homepage = "https://github.com/dashn9/rustenium"

documentation = "https://docs.rs/rustenium-macros"

readme = "README.md"

categories = ["development-tools", "web-programming"]

keywords = ["macros", "css", "xpath", "selectors", "webdriver"]



[dependencies]

rustenium-bidi-commands = { version = "0.1.1", path = "../rustenium-bidi-commands" }