Unable to automate WebEx

Hi Team,

I am trying to automate WebEx application using Chrome Broswer.
But my multimodal box is not highlighting any control on the web page.
Please help.

In logs I am getting below error -

{“MachineName”:“BLREQX161753L”,“ProcessId”:“5152”,“ProcessName”:“D:\RPA-Client-Tools\V02\AERPA19.1Dev\AutomationStudio\Automation Studio.exe”,“co_module”:“SE_ACE”,“inst_key”:“0”,“trans_key”:“0”,“trans_id”:“”,“crossref_id”:“”,“workspacekey”:“Default”,“datetime”:“2022-12-21T18:37:54.277+05:30”,“level”:“Error”,“priority”:“0”,“srcmodule”:“SE.Core.SeleniumBasedAutomation”,“method”:“IsScracpingScriptInjected”,“errormessage”:“javascript error: browserAutomation is not defined\n (Session info: chrome=108.0.5359.125)”,“errordetails”:“ExceptionMessage - javascript error: browserAutomation is not defined\n (Session info: chrome=108.0.5359.125) \r\nExceptionSource - WebDriver \r\nExceptionTarget - Void UnpackAndThrowOnError(OpenQA.Selenium.Remote.Response) \r\nStackTrace - OpenQA.Selenium.WebDriverException: javascript error: browserAutomation is not defined\n (Session info: chrome=108.0.5359.125)\r\n at OpenQA.Selenium.Remote.RemoteWebDriver.UnpackAndThrowOnError(Response errorResponse)\r\n at OpenQA.Selenium.Remote.RemoteWebDriver.Execute(String driverCommandToExecute, Dictionary`2 parameters)\r\n at OpenQA.Selenium.Remote.RemoteWebDriver.ExecuteScriptCommand(String script, String commandName, Object args)\r\n at OpenQA.Selenium.Remote.RemoteWebDriver.ExecuteScript(String script, Object args)\r\n at SE.Core.SeleniumBasedAutomation.SeleniumBrowserHandler.ExecuteScript(String scriptToInject)”,“userid”:“ITLINFOSYS\prateek.mantri”,“ipaddress”:“XXXXXX”,“LogType”:“Default”}

Hi,

The reason you are not able to automate webex is some web application disallow jave script injection and hence web controls scrapping do not work for them.

Please check if you are able to scrpa control post selecting windows automation or try using Image based automation

Regards,
Amit