Function selectRadioButton

  • Selects a radio button.

    Parameters

    • ctx: Context
    • selector: string

      Selector for the radio button.

    • value: string

      Value of the radio button.

    Returns Promise<void>

    Example

    await setRadioButton(page, 'input[id="radio-btn"]', 'some value');
    

Generated using TypeDoc