Skip to content

2.0.0b5

Compare
Choose a tag to compare
@yashaka yashaka released this 24 Jun 16:44
· 330 commits to master since this release

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)