- Регистрация
- 08.10.2023
- Сообщения
- 134
- Благодарностей
- 35
- Баллы
- 28
Hello everyone,
I've been facing challenges while trying to automate the process of selecting a country on DeepL's checkout page via ZennoPoster. We went through multiple scenarios, and I'd like to highlight them below:
If anyone has faced similar issues or has any insights into why this might be happening and how to resolve it, I'd truly appreciate your input.
I guess I'm missing something very simple, if you could help me that would be wonderful.
Thank you in advance for your assistance!
I've been facing challenges while trying to automate the process of selecting a country on DeepL's checkout page via ZennoPoster. We went through multiple scenarios, and I'd like to highlight them below:
- Using Element ID "select_country":
- Iinitially attempted to target the country selection dropdown using its ID "select_country".
- Error encountered:
- "Error CS1061": Instance does not contain a definition for "GetAttribute" and no accessible extension method "GetAttribute" accepting a first argument of type 'Instance' was found.
- "Error CS0103": The name "id" does not exist in the current context.
- XPath Selection:
- !i tried selecting the dropdown using its XPath, but still faced challenges in getting it to work correctly.
- Manual Selection with ZennoPoster UI:
- On manually trying to select the dropdown element using ZennoPoster's UI, we were able to target the dropdown but selecting a specific country, especially "Spain (Espagne)" was the challenge.
If anyone has faced similar issues or has any insights into why this might be happening and how to resolve it, I'd truly appreciate your input.
I guess I'm missing something very simple, if you could help me that would be wonderful.
Thank you in advance for your assistance!
HTML:
<option value="DE">Allemagne</option><option value="AT">Autriche</option><option value="BE">Belgique</option><option value="BG">Bulgarie</option><option value="CA">Canada</option><option value="CY">Chypre</option><option value="KR">Corée du Sud</option><option value="HR">Croatie</option><option value="DK">Danemark</option><option value="ES">Espagne</option><option value="EE">Estonie</option><option value="US">États-Unis</option><option value="FI">Finlande</option><option value="FR">France</option><option value="GR">Grèce</option><option value="HU">Hongrie</option><option value="IE">Irlande</option><option value="IT">Italie</option><option value="JP">Japon</option><option value="LV">Lettonie</option><option value="LI">Liechtenstein</option><option value="LT">Lituanie</option><option value="LU">Luxembourg</option><option value="MT">Malte</option><option value="MX">Mexique</option><option value="NL" selected="">Pays-Bas</option><option value="PL">Pologne</option><option value="PT">Portugal</option><option value="CZ">République tchèque</option><option value="RO">Roumanie</option><option value="GB">Royaume-Uni</option><option value="SG">Singapour</option><option value="SK">Slovaquie</option><option value="SI">Slovénie</option><option value="SE">Suède</option><option value="CH">Suisse</option><option value="_OTHER">Autres pays</option><option value="DE" disabled="" hidden=""> </option>