switchTo property
Changes focus to specified targets.
Available targets are window, frame, and the current alert.
Implementation
TargetLocator get switchTo => TargetLocator(this, _client, _handler);
Changes focus to specified targets.
Available targets are window, frame, and the current alert.
TargetLocator get switchTo => TargetLocator(this, _client, _handler);