- Регистрация
- 21.08.2013
- Сообщения
- 249
- Благодарностей
- 12
- Баллы
- 18
What is the best way to click a button that's showing only on mouseover?
Tried instance.ActiveTab.FullEmulationMouseMoveToHtmlElement(he); - where he is the div containing the button but when I try to find the button using instance.ActiveTab.FindElementByAttribute it doesn't seem to find it .. maybe it's not refreshing the html fast enough or something.
So what would be the best approach?
Tried instance.ActiveTab.FullEmulationMouseMoveToHtmlElement(he); - where he is the div containing the button but when I try to find the button using instance.ActiveTab.FindElementByAttribute it doesn't seem to find it .. maybe it's not refreshing the html fast enough or something.
So what would be the best approach?