browser-automation
How to handle popovers using Selenium Webdriver + Python
Here is the situation - On the website that I am testing, the page source changes dynamically i.e. when I move my mouse over an element I see a popover and it has DOM structure and all. I want to cap[详细]
2023-04-03 14:05 分类:问答How to measure the position of an element in web page using selenium RC?
I have tried 开发者_StackOverflow社区a lot in finding out how measure the coordinate of an element in a web page in different browser.But I could not find any solution.[详细]
2023-04-02 16:58 分类:问答Unable to click anchor with image inside LI tag
I have HTML like <!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML Transitional//EN\"> <META http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">[详细]
2023-03-31 10:47 分类:问答Does watir-webDriver support modal_dialogs created via Lightbox?
Is the method modal_dialog supported by watir-webdriver? If not, is there another way for setting some text in a text field and clicking an ok button?[详细]
2023-03-27 14:03 分类:问答watir-webdriver on IE behaves differently then Chrome and FireFox in respect to selecting a value from select list
selectctrl = @browser.select(:xpath, \"//select[id=\'foo\']\") selectctrl.select(\"Open\") in FireFox and Chrome this fires other events in jquery, in IE, you[详细]
2023-03-26 15:01 分类:问答Does anyone have or know where can I find good documentation on Watir-Webdriver?
I am trying to get my automated test scripts switched over to the watir-webdriver. Unfort开发者_如何学运维unately I have been unable to completely do so, what I am looking for is a way to drive my we[详细]
2023-03-20 15:49 分类:问答Watir: password field unfindable in Safari
I\'m brand new to Watir.I\'m using SafariWatir on a fully updated MBP Snow Leopard. So far I\'ve successfully used[详细]
2023-03-20 04:08 分类:问答Testing if a new window opens with Watir-Webdriver
I\'m using Watir-webdriver and I was wondering if there was a good way to check if a new window opens. I\'ve googled around a bit and couldn\'t find anything tho开发者_如何学Gough it feels like there[详细]
2023-03-19 15:56 分类:问答How do I use Watir to download a file to a specific location in IE9
In the older versions of IE, there is a popup window. In IE9 it\'s a开发者_高级运维 funny looking bar on the bottom.[详细]
2023-03-17 05:51 分类:问答How to determine what type of a HTML element is selected in Watir
This is a follow-up to the Counting the number of HTML elements having same attribute in Watir question.[详细]
2023-03-15 22:22 分类:问答