Skip to content

convert_xpath_to_css(xpath) issue  #1126

@webmoskal

Description

@webmoskal

Have following xpath
//tr[@class='MuiTableRow-root MuiTableRow-hover'][1]//td[@class='MuiTableCell-root MuiTableCell-body MuiTableCell-alignCenter'][2]//span[@class='MJX_Assistive_MathML']

Believe expected:
tr.MuiTableRow-root.MuiTableRow-hover:nth-of-type(1) td.MuiTableCell-root.MuiTableCell-body.MuiTableCell-alignCenter:nth-of-type(2) span.MJX_Assistive_MathML

Actual: 2.2.10
tr.MuiTableRow-root.MuiTableRow-hover"][1] td[class="MuiTableCell-root.MuiTableCell-body.MuiTableCell-alignCenter"][2] span[class="MJX_Assistive_MathML

Metadata

Metadata

Assignees

Labels

bugUh oh... Something needs to be fixed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions