Commit a7310bc8 authored by Benjamin Blanc's avatar Benjamin Blanc Committed by Sebastien Robin

browser: change xpath expression to take into account <tbody> tag.

parent 794e5a7a
......@@ -1160,7 +1160,7 @@ class ContextMainForm(MainForm):
column_type = 'td'
xpath_str = '%s//tr[%d]//%s[%d]/*[not(@type="hidden") and ' \
xpath_str = '%s//tbody//tr[%d]//%s[%d]/*[not(@type="hidden") and ' \
'not(contains(@class, "hidden"))][%d]' % \
(listbox_basic_xpath_str,
relative_line_number,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment