Open GoogleCodeExporter opened 9 years ago
Hi I again, I solved my problem, with this format:
FFx.findElementsByTagName("a").Item(9).Click
Greetings Edwin
' SPANISH
Hola, soy nuevo y estuve buscando una solucion a mi problema planteado, se que
la mayoria hablan en igles y me ha costado un verdadero mundo encontrar
informacion en español pero que me de mas soluciones a cosas mas especificas,
espero se entienda lo planteado, pero sepan que aqui hay uno mas dandole al
codigo ajajajaja
Original comment by edwin.me...@gmail.com
on 6 Feb 2015 at 8:21
Just be aware that for now Firefox 35 is not fully compatible Selenium due to
this issue:
https://code.google.com/p/selenium/issues/detail?id=8390
I recommend you to downgrade to Firefox 34
Original comment by florentbr
on 6 Feb 2015 at 9:11
hi! to all !!!
this is te code HTML
' <i class="icon-reorder"></i>
' <a href="/settings/54be7d4b4c3d79dc33000005">Settings</a>
respect to my problem, the best solution was:
FFx.Click "//i[@class='icon-reorder']"
FFx.Click "//a[@href=contains(text(),'Settings')]"
and funtion ok!!! with SeleniumWrapper version : 1.0.23.0 and Browser: Firefox
35.0.1...
Greetings Edwin!!!!
Original comment by edwin.me...@gmail.com
on 10 Feb 2015 at 1:57
Original issue reported on code.google.com by
edwin.me...@gmail.com
on 6 Feb 2015 at 6:05