Skip to content

Instantly share code, notes, and snippets.

View levantAJ's full-sized avatar
💭
🌵🌵🌵

levantAJ levantAJ

💭
🌵🌵🌵
View GitHub Profile
@levantAJ
levantAJ / auto-fill-getting-form.js
Created October 15, 2022 05:56
Auto Fill - Getting Form Input Values
// Method use for logging for debugging
function autoFillGettingLog(message) {
window.webkit.messageHandlers.autoFillGettingShippingInfoLog.postMessage(message);
}
autoFillGettingLog("Beginning....");
/// The configuration xpath will be replace before injected to IAB
/// format: [{xPath, key, value}]
var autoFillGettingConfigurationXPathsString = "checkout-configuration-xpaths";