Skip to content

Instantly share code, notes, and snippets.

@adiralashiva8
Created October 3, 2019 07:17
Show Gist options
  • Save adiralashiva8/d1f373161cb3022515e737f3878050d2 to your computer and use it in GitHub Desktop.
Save adiralashiva8/d1f373161cb3022515e737f3878050d2 to your computer and use it in GitHub Desktop.
*** Settings ***
Library SeleniumLibrary
Library flash_helper.py
*** Test Case ***
Allow Flash In Chrome
Open Browser https://www.google.com chrome
# go to chrome settings and enable flash
${CURRENT_URL} Get Location
Allow Flash ${CURRENT_URL}
# revert to previous page
Go To ${CURRENT_URL}
# now Flash is enabled in chrome!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment