Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Chrome is being controlled by automated test software

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Chrome is being controlled by automated test software
 Login/Join
 
Gold member
posted
I get this banner "Chrome is being controlled by automated test software" when I run a fex with Chrome as my output. I've seen some stuff online about one fix being for version 76 and earlier. We're currently using major release 83. Here is one fix I found online that is supposed to work post-76 release, but I haven't been able to get it to work. I don't know if that is because it no longer works or I'm not using it correctly. I mainly create web pages with the AppStudio GUI, but I have done some editing of html and javascript code. Any advice would be great! Thanks
  
var chromeCapabilities=webdriver.Capabilities.chrome()
var chromeOptions = {
        'excludeSwitchest': ['enable-automation']
};
chromeCapabilities.set('chromeOptions', chromeOptions);
var driver = new webdriver.Builder().forBrowser('chrome').usingServer('http://localhost:4444/wd/hub').withCapabilities(chromeCapabilities).build();

This message has been edited. Last edited by: FP Mod Chuck,


WF 8.0.08 (Prod); WF 8.2.06 (Dev)
 
Posts: 83 | Location: OK | Registered: November 19, 2015Report This Post
Virtuoso
posted Hide Post
Evan

Maybe this link will help you. https://stackoverflow.com/ques...-automated-test-soft


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
 
Posts: 2127 | Location: Customer Support | Registered: April 12, 2005Report This Post
Gold member
posted Hide Post
From what I've read online, the disable-infobars fix doesn't work past Chrome 76.


WF 8.0.08 (Prod); WF 8.2.06 (Dev)
 
Posts: 83 | Location: OK | Registered: November 19, 2015Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Chrome is being controlled by automated test software

Copyright © 1996-2020 Information Builders