Skip to content
This repository was archived by the owner on Jun 4, 2023. It is now read-only.

Commit 71b8355

Browse files
committed
Correction of the name of the css selector of the dns record type - TXT due to the name change in cloudflare
1 parent 32b94ca commit 71b8355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DotNetCertBot.CloudFlareUserApi/CloudFlareServiceSelenium.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ await Task.Run(async () =>
110110
await MouseClick(addButton);
111111
var dropDown = _waiter.Until(d => d.FindElement(By.ClassName("react-select-container")));
112112
await MouseClick(dropDown);
113-
var txtOption = _waiter.Until(d => d.FindElement(By.Id("react-select-2-option-19")));
113+
var txtOption = _waiter.Until(d => d.FindElement(By.Id("react-select-2-option-18")));
114114
await MouseClick(txtOption);
115115
var nameInput = _waiter.Until(d => d.FindElement(By.Name("name")));
116116
nameInput.Clear();

0 commit comments

Comments
 (0)