Add selenium
This commit is contained in:
parent
43e85abb32
commit
57a19199dc
10
Program.cs
10
Program.cs
@ -1,2 +1,8 @@
|
||||
// See https://aka.ms/new-console-template for more information
|
||||
Console.WriteLine("Hello, World!");
|
||||
using OpenQA.Selenium;
|
||||
using OpenQA.Selenium.Firefox;
|
||||
|
||||
public class Program {
|
||||
static void Main(string[] args) {
|
||||
|
||||
}
|
||||
}
|
||||
|
@ -8,4 +8,9 @@
|
||||
<Nullable>enable</Nullable>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Selenium.WebDriver" Version="4.8.0" />
|
||||
<PackageReference Include="Selenium.WebDriver.GeckoDriver" Version="0.32.1" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
Loading…
Reference in New Issue
Block a user