嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):78630559
本次赞助数额为: 6 元微信扫码支付:6 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
基于selenium实现的在浏览器模拟登录、列表点击爬取、上传RPA应用软件
.
├── ConsoleAppmy.csproj
├── ConsoleAppmy.csproj.user
├── ConsoleAppmy.sln
├── ImageHelper.cs
├── Log4NetConfig.xml
├── LogHelper.cs
├── Program.cs
├── bin
│ └── Debug
│ └── netcoreapp3.1
│ ├── 93af8447-7a53-4ce1-876b-8ba604600215.png
│ ├── d780ff62-23d2-4349-a5b9-8101270d3087.png
│ ├── dcfac70f-c949-4069-92bc-723bac6085cf.png
│ ├── ConsoleAppmy.deps.json
│ ├── ConsoleAppmy.dll
│ ├── ConsoleAppmy.exe
│ ├── ConsoleAppmy.pdb
│ ├── ConsoleAppmy.runtimeconfig.dev.json
│ ├── ConsoleAppmy.runtimeconfig.json
│ ├── EPPlus.Core.dll
│ ├── IEDriverServer.exe
│ ├── Newtonsoft.Json.dll
│ ├── System.Configuration.ConfigurationManager.dll
│ ├── System.Data.SqlClient.dll
│ ├── System.Drawing.Common.dll
│ ├── System.Security.Cryptography.ProtectedData.dll
│ ├── System.Security.Permissions.dll
│ ├── System.Xml.XPath.XmlDocument.dll
│ ├── ThoughtWorks.Selenium.Core.dll
│ ├── WebDriver.Support.dll
│ ├── WebDriver.dll
│ ├── chromedriver.exe
│ ├── log4.txt
│ ├── log4net.dll
│ ├── phantomjs.exe
│ ├── runtimes
│ │ ├── unix
│ │ │ └── lib
│ │ │ ├── netcoreapp2.0
│ │ │ │ └── System.Drawing.Common.dll
│ │ │ ├── netstandard1.3
│ │ │ │ └── System.Security.Cryptography.Pkcs.dll
│ │ │ └── netstandard2.0
│ │ │ └── System.Data.SqlClient.dll
│ │ ├── win
│ │ │ └── lib
│ │ │ ├── netcoreapp2.0
│ │ │ │ └── System.Drawing.Common.dll
│ │ │ ├── netstandard1.3
│ │ │ │ └── System.Security.Cryptography.Pkcs.dll
│ │ │ └── netstandard2.0
│ │ │ ├── System.Data.SqlClient.dll
│ │ │ └── System.Security.Cryptography.ProtectedData.dll
│ │ ├── win-arm64
│ │ │ └── native
│ │ │ └── sni.dll
│ │ ├── win-x64
│ │ │ └── native
│ │ │ └── sni.dll
│ │ └── win-x86
│ │ └── native
│ │ └── sni.dll
│ ├── verifyCode 93af8447-7a53-4ce1-876b-8ba604600215.png
│ ├── verifyCode d780ff62-23d2-4349-a5b9-8101270d3087.png
│ └── verifyCode dcfac70f-c949-4069-92bc-723bac6085cf.png
├── model.cs
├── obj
│ ├── ConsoleAppmy.csproj.nuget.dgspec.json
│ ├── ConsoleAppmy.csproj.nuget.g.props
│ ├── ConsoleAppmy.csproj.nuget.g.targets
│ ├── Debug
│ │ └── netcoreapp3.1
│ │ ├── ConsoleAppmy.AssemblyInfo.cs
│ │ ├── ConsoleAppmy.AssemblyInfoInputs.cache
│ │ ├── ConsoleAppmy.assets.cache
│ │ ├── ConsoleAppmy.csproj.AssemblyReference.cache
│ │ ├── ConsoleAppmy.csproj.CopyComplete
│ │ ├── ConsoleAppmy.csproj.CoreCompileInputs.cache
│ │ ├── ConsoleAppmy.csproj.FileListAbsolute.txt
│ │ ├── ConsoleAppmy.dll
│ │ ├── ConsoleAppmy.genruntimeconfig.cache
│ │ ├── ConsoleAppmy.pdb
│ │ └── apphost.exe
│ ├── project.assets.json
│ └── project.nuget.cache
├── selenium 常见事件操作.docx
└── 好例子网_selenium模拟浏览器操作代码.zip
23 directories, 64 files