Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Elastic Synthetic Recorder is not able to record the interaction with the company information dropdown #956

Open
SunilMudliar opened this issue Sep 13, 2024 · 1 comment

Comments

@SunilMudliar
Copy link

While automating the synthetic journey for an online shopping experience on the Business website, the script encounters an issue when trying to select company details from a dynamically loaded dropdown. The dropdown should populate company information based on input such as company name, KvK number, or address. However, the script fails to select the correct company from the dropdown list.

Step causing failure: After filling in the company name (e.g., "CZPB B.V.") in the "Bedrijfsnaam, postcode of KvK-nummer" field, the dropdown appears but the script is unable to select the appropriate company from the list.

Expected behavior: The script should select the company "CZPB B.V." from the dropdown based on provided input.

Actual behavior: The company dropdown does not auto-populate the correct selection, and the script fails to click the correct entry despite trying to use methods like getByText(), evaluate(), and waitForSelector().

@vigneshshanmugam
Copy link
Member

@SunilMudliar Could you give more information around which website you are trying to test and also the example script that got generated so it would easier for us to debug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants