Skip to content

Select Is support? #141

Open
Open
@zzzfwww

Description

@zzzfwww

this go API has some interface like python below:

from selenium import webdriverd
from selenium.webdriver.support.ui import Select
driver = webdriver.Chrome()
driver.get('http://sahitest.com/demo/selectTest.htm')
s1 = Select(driver.find_element_by_id('s1Id'))
s1.select_by_index(1)
s1.select_by_value("o2")
s1.select_by_visible_text("o3")

thx

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions