find
The command to get a list of Elements that match the CSS selector.
Syntax
Usage
correct usage
incorrect usage
Arguments
css (str)
- The CSS selector to usetimeout=None (int)
- The number of seconds for this command to succeed.timeout=None
will use the default wait_time in pylenium.jsontimeout=0
will poll the DOM immediately with no waitGreater than zero will override the default wait_time
Yields
Elements - A list of elements that match the query.
Examples
Last updated