Selenium webdriver - Python - 断言

时间:2015-10-13 07:03:45

标签: python-3.x selenium-webdriver assert

我正在进行自动测试,我想检查一个带有题字的警报的发生"早上好" (当我断言时)。我用selenium-webdriver在Python中编写测试。我该怎么做才能检查?

元素:

set.seed(0)
dat <- data.frame(x=sample(10), y=sample(10))
plot(dat[order(dat$x),], type="s")
points(dat, pch=16, col="steelblue")

0 个答案:

没有答案