Skip to content

HasDialog(withText, Options.Substring) doesn't work #218

Description

@xjfnet

HasDialog only match by exact withText

public bool HasDialog(string withText)
{
	return HasAnyDialog() && _selenium.SwitchTo().Alert().Text == withText;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions