在控制台的Firefox中,我可以输入:
$("a:contains('tekst')")
我看到了
object { length: 1, ... }
当我firefox
behat
sellenium
SyntaxError: An invalid or illegal string was specified
firefox
时,我sellenium
获得同样的信息。
SELECT SUM(total_working_time) as total_working_time,
SUM(no_of_defects) as no_of_defects ,
DISTINCT(operator) AS operator FROM {$table_work_hours} WHERE
date = '2016-06-03'
for
控制下的for(i in day) {
# first print out
cat(i, "number 1")
... dplyr stuff ungroup()
# print a successful run through the `dplyr` chain
cat(i, "number 2")
... other stuff
}
中的控制台是否有效?
答案 0 :(得分:1)
您使用的是什么版本的Firefox和Selenium Server?已知有一些组合会产生错误。