Test identifiers for UI elements (used for testing and automation). These identifiers are typically used with testing frameworks to locate and interact with UI elements.

interface RNTestIdentifiers {
    airplayButton?: string;
    audioTracksBackButton?: string;
    backButton?: string;
    castDeviceAirpalyItem?: string;
    castDeviceBackButton?: string;
    castDeviceChromecastItem?: string;
    castDeviceLocalItem?: string;
    chromecastButton?: string;
    externalOverlayButton?: string;
    fastForwardButton?: string;
    fullscreenButton?: string;
    liveBadge?: string;
    playPauseButton?: string;
    playerView?: string;
    playlistItem?: string;
    playlistNext?: string;
    playlistPrev?: string;
    restartButton?: string;
    resumeFromButton?: string;
    retryButton?: string;
    rewindButton?: string;
    seekbarThumb?: string;
    settingsAudioTrackButton?: string;
    settingsAudioTrackItem?: string;
    settingsBackButton?: string;
    settingsButton?: string;
    settingsRateButton?: string;
    settingsSubtitleButton?: string;
    settingsSubtitlesItem?: string;
    subtitlesBackButton?: string;
}

Properties

airplayButton?: string

Test identifier for the AirPlay button.

audioTracksBackButton?: string

Test identifier for the audio tracks back button.

backButton?: string

Test identifier for the back button.

castDeviceAirpalyItem?: string

Test identifier for the cast device airpaly item.

castDeviceBackButton?: string

Test identifier for the cast device back button.

castDeviceChromecastItem?: string

Test identifier for the cast device chromecast item.

castDeviceLocalItem?: string

Test identifier for the cast device local item.

chromecastButton?: string

Test identifier for the Chromecast button.

externalOverlayButton?: string

Test identifier for the external overlay button.

fastForwardButton?: string

Test identifier for the fast forward button.

fullscreenButton?: string

Test identifier for the fullscreen button.

liveBadge?: string

Test identifier for the live badge.

playPauseButton?: string

Test identifier for the play/pause button.

playerView?: string

Test identifier for the main player view.

playlistItem?: string

Test identifier for playlist items.

playlistNext?: string

Test identifier for the playlist next button.

playlistPrev?: string

Test identifier for the playlist previous button.

restartButton?: string

Test identifier for the restart button.

resumeFromButton?: string

Test identifier for the resume from button.

retryButton?: string

Test identifier for the retry button.

rewindButton?: string

Test identifier for the rewind button.

seekbarThumb?: string

Test identifier for the seekbar thumb.

settingsAudioTrackButton?: string

Test identifier for the settings audio track button.

settingsAudioTrackItem?: string

Test identifier for audio track items in settings.

settingsBackButton?: string

Test identifier for the settings back button.

settingsButton?: string

Test identifier for the settings button.

settingsRateButton?: string

Test identifier for the settings rate button.

settingsSubtitleButton?: string

Test identifier for the settings subtitle button.

settingsSubtitlesItem?: string

Test identifier for subtitles items in settings.

subtitlesBackButton?: string

Test identifier for the subtitles back button.