Skip to content

Commit

Permalink
Fixed implicit affixes for d4builds imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
josdemmers committed Jun 30, 2024
1 parent 69874fc commit 51de02f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions D4Companion.Services/BuildsManagerD4Builds.cs
Original file line number Diff line number Diff line change
Expand Up @@ -507,10 +507,7 @@ private List<D4buildsAffix> GetAllAffixes(string itemType)
try
{
List<D4buildsAffix> affixes = new List<D4buildsAffix>();
List<string> affixesAsString = new List<string>();

//affixesAsString = _webDriver.FindElement(By.ClassName(itemType)).FindElements(By.ClassName("filled")).Select(e => e.GetAttribute("innerText")).ToList();
//builder__stat
// Find the element with affixes
var elementAffixes = _webDriver.FindElement(By.ClassName(itemType)).FindElements(By.ClassName("builder__stat"));
foreach (var elementAffix in elementAffixes)
Expand Down

0 comments on commit 51de02f

Please sign in to comment.