Functions Support for Selenium
Content
Good evening experts,
I'm rather new with this great tool called Oracle Functions. I've already had quite some fun implementing small stuff and wanted to step up a little bit by trying to execute Selenium within a Function.
So far I haven't been able to do so. During maven testing phase, the webdriver executes accordingly, but when the Function is invoked, a permission error appears, since I believe there's a need to execute this with privileges and Functions are not privileged.
Does anyone know if Selenium can be used within a Function and if so, provide some insight as to how it could be achieved?
0