diff --git a/lib/form_filler.mjs b/lib/form_filler.mjs index 6808dc7..e01e66e 100644 --- a/lib/form_filler.mjs +++ b/lib/form_filler.mjs @@ -641,7 +641,7 @@ Answer:`; const el = await byTag(field.tag); if (!el) continue; await el.fill(String(answer)).catch(() => {}); - if (ll.includes('city') || ll.includes('location') || ll.includes('located')) { + if (ll.includes('city') || ll.includes('location') || ll.includes('located') || ll.includes('country')) { await this.selectAutocomplete(page, container); } } else if (needsAnswer) {