()
| 27 | |
| 28 | /** Read the current zoom level from the live editor. */ |
| 29 | export function getZoom(): Promise<number> { |
| 30 | return browser.execute(() => editor.getZoomLevel()) |
| 31 | } |
| 32 | |
| 33 | /** Read the currently selected shape ids. */ |
| 34 | export function getSelectedShapeIds(): Promise<string[]> { |
no test coverage detected
searching dependent graphs…