Se Wait Fixer

Scans Selenium Java code for Thread.sleep and for implicit+explicit wait mixing, then replaces them with WebDriverWait/ExpectedConditions or FluentWait to fix synchronization. Use when an SDET says "remove Thread.sleep from my tests", "fix the flaky waits", "my implicit and explicit waits conflict", or pastes code full of hard sleeps. Produces refactors the engineer must run and confirm.

PramodDutta d861f7f 3.6 KB Updated

File contents

pramoddutta/aitesterblueprint4x/tree/main/chapter_02_Prompt_Eng/prompt_templates/selenium/se-wait-fixer commit d861f7f004

Frequently asked questions

npx skillmds@latest add pramoddutta/se-wait-fixer