Hi,
Thank you for your understanding.
Please refer to steps below to implement it. And I uploaded my project for your reference.
1. Install Chrome on your system. If you're still using the previous version of Ubuntu, please follow the commands below to install it:
- Code: Select all
a. wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
b.sudo apt-get update
c. sudo apt install ./google-chrome-stable_current_amd64.deb
2. If the above steps are successfully executed, Chrome is generally installed in the /usr/bin directory. You can switch to this directory to check if Chrome is present.
3. Then you can unzip my project, upload the bin\Release\net6.0\publish\linux-x64 folder to your Linux system. After switching to the folder path, directly execute dotnet TestChrome.dll.
my project:https://www.e-iceblue.com/downloads/attachment/TestChrome_39469.zip
Sincerely,
Doris
E-iceblue support team