Is it possible to automate Oracle Forms through Selenium?

Ganeshja picture Ganeshja · Aug 8, 2013 · Viewed 7.6k times · Source

Can anyone share your views whether we can automate Oracle Forms through Selenium? One of the forms doesn't contain any locators (web elements) and only contains JavaScript functions. Alternatively, is it possible to call JS through Selenium?

Please suggest me best way or correct me if I'm wrong.

Thanks

Answer

Miguel Veloso picture Miguel Veloso · Aug 13, 2013

Not that I know, for what I know it should be impossible at this moment with Selenium.

Oracle web forms run in a java applet object inside html (they are just one object in the DOM) so Javascript doesn't know any of the internal forms objects, and hence, can't record the operations or manipulate the form.

I'm also sorry it doesn't as we do a lot of development with Oracle Forms.

Best regards.