HI All,
I am using PowerBuilder 2022 R3, DB Server is MSSQL Server 2019, TESTING Tool is Ascential Test
From Ascential Test unable to pick the objects (buttons, fields columns, headers...) inside the Web browser control
I have added to below code in the application open event and passed the ports like 6124 or 20480 but unable to capture the objects inside the web browser.
WebBrowserSet("remote-debugging-port", "6124")
WebBrowserSet("remote-allow-origins", "*")
Kindly advise how to capture the objects in web browser control from Ascential test tool for testing.
Thanks & Regard
Sathishkumar S
I have this working in my STD Framework. However I am using port 6124 instead. Also, these WebBrowserSet commands "must" be done early in your App's start-up sequence. HTH
Regards ... Chris
we have connected with AscentialTest vendor and solved the issue by re-install the AscentialTest with webdriver.
Thank you.
Thank you for that update & the great news that the AscentialTest issue is now resolved. :-)
Regards ... Chris