Skip to content

Instantly share code, notes, and snippets.

@Jiveloper
Created October 29, 2022 09:16
Show Gist options
  • Save Jiveloper/d289998f87635fad20c8852962689da5 to your computer and use it in GitHub Desktop.
Save Jiveloper/d289998f87635fad20c8852962689da5 to your computer and use it in GitHub Desktop.
블로깅 WDIO 구축
declare const _default: {
$$: typeof $$;
$: typeof $;
addValue: typeof addValue;
clearValue: typeof clearValue;
click: typeof click;
custom$: typeof custom$;
custom$$: typeof custom$$;
doubleClick: typeof doubleClick;
dragAndDrop: typeof dragAndDrop;
getAttribute: typeof getAttribute;
getCSSProperty: typeof getCSSProperty;
getComputedRole: typeof getComputedRole;
getComputedLabel: typeof getComputedLabel;
getHTML: typeof getHTML;
getLocation: typeof getLocation;
getProperty: typeof getProperty;
getSize: typeof getSize;
getTagName: typeof getTagName;
getText: typeof getText;
getValue: typeof getValue;
isClickable: typeof isClickable;
isDisplayed: typeof isDisplayed;
isDisplayedInViewport: typeof isDisplayedInViewport;
isEnabled: typeof isEnabled;
isEqual: typeof isEqual;
isExisting: typeof isExisting;
isFocused: typeof isFocused;
isSelected: typeof isSelected;
moveTo: typeof moveTo;
nextElement: typeof nextElement;
parentElement: typeof parentElement;
previousElement: typeof previousElement;
react$: typeof react$;
react$$: typeof react$$;
saveScreenshot: typeof saveScreenshot;
scrollIntoView: typeof scrollIntoView;
selectByAttribute: typeof selectByAttribute;
selectByIndex: typeof selectByIndex;
selectByVisibleText: typeof selectByVisibleText;
setValue: typeof setValue;
shadow$: typeof shadow$;
shadow$$: typeof shadow$$;
touchAction: typeof touchAction;
waitForClickable: typeof waitForClickable;
waitForDisplayed: typeof waitForDisplayed;
waitForEnabled: typeof waitForEnabled;
waitForExist: typeof waitForExist;
waitUntil: typeof waitUntil;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment