如何在Swift中设置XMLDocument的DOCTYPE

时间:2019-04-09 01:49:02

标签: swift xml

我不知道如何在Swift中设置XMLDocument<!DOCTYPE ...值。我创建了想要的XMLDocument,我只需要设置!DOCTYPE标签。

1 个答案:

答案 0 :(得分:1)

您使用from selenium.webdriver.common.action_chains import ActionChains action = ActionChains(driver) firstLevelMenu = driver.find_element_by_id("yui_3_7_0_4_1390312781452_393") #id of menu, or xpath of menu, whatever action.move_to_element(firstLevelMenu).perform() secondLevelMenu = driver.find_element_by_xpath("XPATH_OF_OFFERED") action.move_to_element(secondLevelMenu).perform() secondLevelMenu.click() 类。

这是一个简单的例子:

XMLDTD

输出:

<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<hello>there</hello>