I cannot run my test on Saucelab since I have to upgrade to Selenium >=4.0

Hello EveryOne

Since I had some dependencies issues and have to upgrade to selenium up to 4.0. I cannot anymore run my test on Saucelab.
Seleniumlibrary commands are not recognized anymore on Saucelab

It works when I run it on my machine but not when I send it to SauceLab

**

This is how my pipfile looks like

**

[[source]]
url = “Simple index
verify_ssl = true
name = “pypi”

[packages]
datetime = “4.3”
robotframework-seleniumlibrary = “5.1”
robotframework-pabot = “2.1”
robotframework-requests = “0.9”
robotframework-selenium2library = “3.0”
simplejson = “3.17”
robotframework-jsonlibrary = “0.3”
requests = “2.26”
testobject = “1.0”
pandas = “"
numpy = "

xlwings = {extras = [“all”], version = “"}
robotframework-faker = "

robotframework-datadriver = {extras = [“xls”], version = “*”}
selenium = “==4.0.0”

[dev-packages]

[requires]
python_version = “3.8”

I saw this page about Upgrading to Selenium 4 for Sauce Labs Testing

I am very bad in python and I don’t understand how to fix my code to fit saucelab requirement
My config file is a robot file
This is how I manage to send it to Saucelab




and I should go now for something like this

But I dont understand how.