Created
October 3, 2019 07:17
-
-
Save adiralashiva8/d1f373161cb3022515e737f3878050d2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** 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