Selenium IDE - How to check that an element is (CSS) visible? -



Selenium IDE - How to check that an element is (CSS) visible? -

example 1: checking twitter bootstrap modal has opened.

the modal exists on page hidden css until modal opened. how verify modal opened?

example 2: checking user error message div displayed.

the error message div exists hidden css until needed. how verify message visible?

you seek using verifyvisible command. looks @ css see if visibility or display set. homecoming true if either of these visible or returns false otherwise. need pass in locator. utilize element of modal beingness controlled css.

css selenium selenium-ide

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -