Inherits from SLStaticElement : SLUIAElement : NSObject
Declared in SLKeyboard.h

Overview

Instances of SLKeyboardKey refer to individual keys on the application’s keyboard.

Tasks

Class Methods

elementWithAccessibilityLabel:

Creates and returns an element which represents the keyboard key with the specified label.

+ (instancetype)elementWithAccessibilityLabel:(NSString *)label

Parameters

label

The key’s accessibility label.

Return Value

A newly created element representing the keyboard key with the specified label.

Discussion

This is the designated initializer for a keyboard key.

Declared In

SLKeyboard.h