javascript - How Selenium IDE handle user invoked prompts and alerts? -
i trying automate testing of search functionality , using javascript code invoke prompts search term. selenium ide randomly passes through prompts/alerts or fails test. want to know specific scenario can stop ide failing on prompts.
below ide command.
storeeval | getsterm() | search
getsterm()
external function have in user-extensions.js
Comments
Post a Comment