Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Navigate exits fullscreen (RemoteChrome)

174 views
Skip to first unread message

Tomáš Vymětal

unread,
Jul 9, 2020, 4:14:08 AM7/9/20
to Selenium Users
Hello there,
hope someone would be able to help. After moving from chrome 80 to 81 (tried also 83 with the same result) on Grid, we experience issues with fullscreen mode for remote Chrome. We are on Selenium 3, but I've also tried to reproduce on v4 beta5 with same result.

Fullscreen is being executed successfully and the browser also changes its behaviour properly, but any navigation (navigate or e.g. submit) leaves fullscreen and changes windows size to default.

            var driver = new RemoteWebDriver(new Uri("http://10.10.30.154:3874/wd/hub"), new ChromeOptions());
            driver
.Manage().Window.FullScreen();
            driver
.Navigate().GoToUrl("http://www.google.com/");
            driver
.Quit();

Tried to look for any similar issues, but didn't found anything. Any ideas what is wrong? Same code was used for a few years without any issues. When replacing Fullscreen with Maximize, it works fine, but not suitable for our usage.

T.

bharath kumar

unread,
Jul 12, 2020, 10:22:50 PM7/12/20
to seleniu...@googlegroups.com
--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/fa491f97-96d0-4ff9-afc1-f5013208c6cbo%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages