csharp 的removeAttribute()

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp 的removeAttribute()相关的知识,希望对你有一定的参考价值。

//public void RemoveAttribute
//Предназначение метода: Удаление определённого атрибута.

//Параметры:
//	string attrName - имя атрибута

//Демонстрация:

Tab Tab1 = instance.ActiveTab;
Tab1.Navigate("https://ya.ru");
Tab1.WaitDownloading();

HtmlElement elSearchInput = Tab1.FindElementByXPath("//div[starts-with(@class, 'search2')]/descendant::input", 0);
HtmlElement elSearchButton = Tab1.FindElementByXPath("//button[contains(@class, 'suggest2-form__button')]", 0);

elSearchButton.RemoveAttribute("class");

//Примечания:
//	

以上是关于csharp 的removeAttribute()的主要内容,如果未能解决你的问题,请参考以下文章

session的removeAttribute和invalidate的区别

2018.8.4session的removeAttribute()和invalidate()的区别

JavaScript基础 删除属性removeAttribute 删除Body节点下第一个子节点的style属性

清除session信息

常用JQ JS方法集合

http请求参数??的问题