You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've discussed the methods and functionality before, and really only boiled down to finding out a good naming convention for them. I had an apostrophe today and thought of the following:
element.interactive?# Looks at the @interactive property of the element according to Ozelement.interactive_when(Boolean)# Much like activate_if, toggles interactivity according to Ozelement.enabled?# Like present?, calls watir_element.enabled?
No description provided.
The text was updated successfully, but these errors were encountered: