How to handle Plugin blocked pop up using selenium python

0 votes
I am trying to automate web application using Selenium+python . But I am blocked in the middle unable to find solution .

 Limitations are the web application uses Adobe flash player due to certain restriction I am unable to install flash in the server.

  After few steps have got executed I get "plugin blocked"  pop up on the top right side of the window screen. on the main page I get   "This content needs adobe flash player get flash"  when clicked on "get flash " I get plugin blocked on the page. How can I handle through code to click on plugin blocked and then enable flash through code only ?
Jan 4, 2021 in Selenium by kiran
• 120 points
1,075 views

Hi, @Kiran,

I would suggest you go through this: https://www.howtogeek.com/434334/how-to-enable-adobe-flash-in-google-chrome-76/

Hope this helps!!!

Hi Taniya,

Thanks for your reply I am doing exact same steps manually but unable to find any specific solution via selenium python .

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.

Related Questions In Selenium

0 votes
1 answer

How to handle Pop-up in Selenium WebDriver using Java

Actually, its pretty simple. Use this code ...READ MORE

answered Apr 6, 2018 in Selenium by nsv999
• 5,500 points
10,206 views
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer

Which methods which can be used to handle pop-up and alerts in Python Selenium Webdriver?

Hey Kishor, Python Selenium webdriver provides following ...READ MORE

answered Jul 29, 2019 in Selenium by Abha
• 28,140 points
703 views
+3 votes
1 answer
+1 vote
1 answer

How to handle drop downs using Selenium WebDriver in Java

First, find an XPath which will return ...READ MORE

answered Mar 27, 2018 in Selenium by nsv999
• 5,500 points
7,912 views
0 votes
2 answers

How to scroll the Page up or down in Selenium WebDriver? (using java)

JavascriptExecutor jsx = (JavascriptExecutor)driver; jsx.executeScript("window.scrollBy(0,555)", ""); or Action classes ...READ MORE

answered Sep 6, 2020 in Selenium by Sri
• 3,190 points
18,432 views
0 votes
1 answer

How to upload a resume to a website using selenium in python?

Use this code, this will help you: from ...READ MORE

answered Apr 20, 2018 in Selenium by Vardy
• 2,360 points
2,566 views
0 votes
1 answer

How to login a forum using Selenium with Python

You should try to directly log in ...READ MORE

answered Apr 27, 2018 in Selenium by Samarpit
• 5,910 points
2,325 views
0 votes
1 answer

How to Check if any alert exists in selenium using Python

This might work for you. It did ...READ MORE

answered May 10, 2018 in Selenium by king_kenny
• 3,710 points
12,552 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP