ContributionsMost RecentMost LikesSolutionsRe: how to do Integration of Axe-core with testcomplete for accessibility testing (javascript)Hi Mukesh, No luck with report generation from object as I was only able to print object in console couldn't return and fetch the object for further useRe: how to do Integration of Axe-core with testcomplete for accessibility testing (javascript) Thanks rraghvani for the example , I was able to achieve the same by injecting below code in axeScript.textContent as well and see results in console. But even i was not able to return the object so that it can be used later to generate some html results or print the results in testcomplete log. Hence tried the previously shared approach where i am getting type mismatch error Will try to retrieve the object, if i get some solution will share the same . Thanks! Re: how to do Integration of Axe-core with testcomplete for accessibility testing (javascript) i am facing error on the same line (line no 21), has removed the assignment statement still getting type mismatch error. Please find attached the latest code how to do Integration of Axe-core with testcomplete for accessibility testing (javascript) Hi all, I have tried accessibility testing with axe-core using the following steps: 1) inject the axe.min.js file in to web application. 2) execute axe.run with its parameters and fetch results. But i am facing "type mismatch" error while passing axe.run() along with parameters.Could anyone please help me with this.Thanks!!! Please find attached the exact code i am trying to use. Re: Want to run existing non headless scripts in headless Chrome Hi, Thanks for your response. Actually i tried to run in headless chrome using https://smartbear.com/product/testcomplete/ site with the same chrome version(107) at that point i was able to achieve it. But the issue still persists with our application. Also one observation , I was able to run the script if i kept the chrome open with the site in background..is this a expected behaviour in headless mode? Want to run existing non headless scripts in headless Chrome Hi All, In my current project we want to migrate our scripts of normal web browser to run in headless chrome . Using the sample code for headless, I was able to navigate to a URL but after that we are getting object does not exist error (the same scripts work well in normal web browser).Anyone faced this issue while running scripts in headless mode. Any idea why this is happening? Additional details : Test Complete Version used :15.0.379 ; Chrome Version 107