Posts by LuanaTerense • 11 points
3 posts
-
0
votes1
answer45
viewsA: Activate Flash Player with Junit
Following solution to the problem in Chrome version 70: Here’s the solution I found to the problem: @Test public void initializes() { ChromeOptions options = new ChromeOptions(); WebDriver driver;…
-
0
votes1
answer45
viewsQ: Activate Flash Player with Junit
good afternoon. I’m trying to enable Adobe Flash Player in Headless Chrome, but I’m not getting it. Follows my code: public class testes { @Test public void inicializa() { ChromeOptions options =…
-
1
votes1
answer72
viewsA: Error when recognizing Webdriverwait
I managed to resolve personal. I manually imported the dll from Openqa.Selenium.Support.UI and resolved it. Downloading by Nuget did not work.