Rayrun
← Back to Discord Forum

Element clicking trouble and timeout issue

GoodEbeningposted in #help-playwright
Open in Discord
GoodEbening

With playwright, I've used the codegen to generate code. Now, there is an element, that seems to be identified properly with the id of it, but when the code is run using playwright, the element doesn't seem to be clicked. The other issue I'm facing is with dealing with timeout issues. In the photo added, there is multiple clicks that I've to perform to go through topics by clicking the "NEXT" button on the UI, but after going through couple, the code timeouts. I've added the waitForTimeout after having the issue. But that doesn't even work. How should I handle both of these things?

Screenshot_from_2023-06-13_17-03-28.png

This thread is trying to answer question "How to handle element clicking trouble and timeout issues while using Playwright code generated by codegen?"

3 replies

@GoodEbening When a Playwright code generated by codegen does not work as expected, it can be due to various reasons such as dynamic content, timing issues, or incorrect element identification

And don t use waitForTimeout it can be changeable for your Server resorces . Open network and waitForResponse or something else...

GoodEbening
@yusufozt.: Thank you. Will look into it.

Thank you. Will look into it.

TwitterGitHubLinkedIn
AboutQuestionsDiscord ForumBrowser ExtensionTagsQA Jobs

Rayrun is a community for QA engineers. I am constantly looking for new ways to add value to people learning Playwright and other browser automation frameworks. If you have feedback, email [email protected].