Chrome driver geupdatet.
Vorbereitet für Tests um den Artikelparser zuverlässiger zu erstellen
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
using System.Diagnostics;
|
||||
using System.Text.RegularExpressions;
|
||||
|
||||
static class Helper
|
||||
public static class Helper
|
||||
{
|
||||
public enum Porto
|
||||
{
|
||||
@@ -53,7 +53,7 @@ static class Helper
|
||||
|
||||
}
|
||||
|
||||
internal static List<Artikel> ParseArtikeln(string text)
|
||||
public static List<Artikel> ParseArtikeln(string text)
|
||||
{
|
||||
List<Artikel> result = new List<Artikel>();
|
||||
string[] datas = text.Split("\r\n");
|
||||
|
||||
Reference in New Issue
Block a user