相同的选择器会在常规浏览器和selenium上产生不同的结果

时间:2016-06-03 18:07:27

标签: javascript selenium firefox jquery-selectors behat

在控制台的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 } 中的控制台是否有效?

1 个答案:

答案 0 :(得分:1)

您使用的是什么版本的Firefox和Selenium Server?已知有一些组合会产生错误。

相关问题