dgageot / simplelenium

Simple layer on top of Selenium and PhantomJs
Other
60 stars 25 forks source link

Bug for nth-child #18

Closed benweizhu closed 8 years ago

benweizhu commented 8 years ago

Hi,

It seems like there is a bug for nth-child

no matter use first(), nth() or directly css "#delete-category-form tr.category-item:nth-child(1) td:nth-child(2)"

All of them could not get the expected element.

Maybe is selenium issue.

benweizhu commented 8 years ago

I write it wrong