且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Selenium IDE中,我可以在类型命令中使用通配符吗?

更新时间:2022-02-27 04:41:10

不是这样,不。但是,使用XPath contains() 功能,你可以做

Not this way, no. But, using the XPath contains() function, you can do

//*[contains(@id, "dwfrm_paymentinstruments_creditcards_newcreditcard_number_")]