wip
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
* - MockBrowserAutomationAdapter: Mock adapter for testing
|
||||
* - PlaywrightAutomationAdapter: Browser automation via Playwright
|
||||
* - FixtureServer: HTTP server for serving fixture HTML files
|
||||
* - IRacingTemplateMap: Template map for iRacing UI elements
|
||||
*/
|
||||
|
||||
// Adapters
|
||||
@@ -17,13 +16,4 @@ export type { PlaywrightConfig, AutomationAdapterMode } from './core/PlaywrightA
|
||||
export { FixtureServer, getFixtureForStep, getAllStepFixtureMappings } from './engine/FixtureServer';
|
||||
export type { IFixtureServer } from './engine/FixtureServer';
|
||||
|
||||
// Template map and utilities
|
||||
export {
|
||||
IRacingTemplateMap,
|
||||
getStepTemplates,
|
||||
getStepName,
|
||||
isModalStep,
|
||||
getLoginIndicators,
|
||||
getLogoutIndicators,
|
||||
} from './engine/templates/IRacingTemplateMap';
|
||||
export type { IRacingTemplateMapType, StepTemplates } from './engine/templates/IRacingTemplateMap';
|
||||
// Template map and utilities removed (image-based automation deprecated)
|
||||
Reference in New Issue
Block a user