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
Sure will take this to the Ascential Test support again.
Thank you.
we have connected with AscentialTest vendor and solved the issue.
They have guided how to install the AscentialTest setup to test the PB web Browser by enabling webdriver.
Thank you.