Skip to content

Perform optimizations on "select_option_by_*()" methods #1397

@mdmintz

Description

@mdmintz

Perform optimizations on select_option_by_*() methods.

These methods include:

self.select_option_by_text(dropdown_selector, option, dropdown_by="css selector")

self.select_option_by_index(dropdown_selector, option, dropdown_by="css selector")

self.select_option_by_value(dropdown_selector, option, dropdown_by="css selector")

I found some fancy edge cases where the current behavior can be improved upon.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions