-
-
Notifications
You must be signed in to change notification settings - Fork 423
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Tune contextUpdated event generation (#2503)
- Loading branch information
1 parent
463d193
commit 8ee8fcf
Showing
4 changed files
with
36 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
export const BIDI_EVENT_NAME = 'bidiEvent'; | ||
export const CONTEXT_UPDATED_EVENT = 'appium.contextUpdated'; | ||
const DOMAIN = 'xcuitest'; | ||
export const CONTEXT_UPDATED_EVENT = `appium:${DOMAIN}.contextUpdated`; | ||
/** @deprecated Use {@link CONTEXT_UPDATED_EVENT} instead */ | ||
export const CONTEXT_UPDATED_EVENT_OBSOLETE = 'appium.contextUpdated'; | ||
export const LOG_ENTRY_ADDED_EVENT = 'log.entryAdded'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters