Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,311 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I have a selenium scripts application that I have deployed in a function app using a docker image. Locally the script works without any problem but when I implement it in app function up to a certain point it works correctly but then it generates an error that it has not found a certain element, but how is this possible? If it worked locally with the same configurations.