Recommendations on use of headless browser for interacting with our application built using web SDK

We are in the processes of developing a zoom client using web SDK. For the purpose of automating some of the use-cases like executing automation tests, we are planning to use headless browsers in our linux environment for connecting to our client application. Please share the recommendations, best practises and details of known implementations similar to this for our reference.

Hey @josemon.maryland,

We do not have any specific recommendations for you, however, when using a headless browser for automated testing, some features that require real user interaction like clicking the “Start Video” and “Join with Audio” may not work. In order for the devices mic and computer to turn on, the browser needs permission, and the site needs to get permission from the user directly.

Thanks,
Tommy

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.