Skip to content

Add more select_option_by_* options to CDP Mode #3958

@mdmintz

Description

@mdmintz

Add more select_option_by_* options to CDP Mode

There's already:

sb.cdp.select_option_by_text(dropdown_selector, option)

I'm going to add:

sb.cdp.select_option_by_index(dropdown_selector, option)

sb.cdp.select_option_by_value(dropdown_selector, option)

(Note that regular SeleniumBase already has all three of those methods.)

Metadata

Metadata

Assignees

Labels

UC Mode / CDP ModeUndetected Chromedriver Mode / CDP ModeenhancementMaking things better

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions