Posts by Gilberto Lopes Inacio • 1 point
2 posts
-
0
votes1
answer182
viewsQ: Webdriver Chrome Selenium
I have the following code: System.setProperty("webdriver.chrome.driver", "C:\\libjava\\chromedriver2.exe"); ChromeOptions options = new ChromeOptions(); options.addArguments("--headless"); WebDriver…
-
0
votes1
answer375
viewsQ: How to address firebase notification to an app?
I am developing an application that needs to receive notifications from the server PHP. I was able to develop a code that sends the message, but it is not displayed in the device tray. I don’t think…