2.0.0b5
browser.all('[id^=google_ads]').perform(command.js.remove)
- NEW: added command.js.*:
- remove
- set_style_display_to_none
- set_style_display_to_block
- set_style_visibility_to_hidden
- set_style_visibility_to_visible
Example:
browser.all('[id^=google_ads]').perform(command.js.remove)