I want to use WebDriver to select a line of text in browser screen(actually in CKEditor editing area) then change its text 开发者_运维问答style from CKEditor toolbar. Any method can do that?
I just want to quickly ask, I found all over the internet and even here on SO, how Selenium IDE can create Java source files from w开发者_如何学Chat you are doing in browser. But all these sources res
Question about automation. I use Selenium RC. I upgraded my FF to 3.6.18 and it seems that it can\'t find any locators which have \"contains()\" inside
I am doing automation testing of a web application using selenium. While running automation testing of web application you encounter application errors. Is there any way to detect those exceptions. Sp
I have been trying to execute a selenium.attachFile command to upload a file开发者_运维百科- sel.attachFile(dom_locator,\"/home/xyz/Desktop/tstfl.txt\");
I\'ve been working for 2 months and a half in a project and it is practically finished. However I keep seeing some errors I fixed in the past that come back to annoy me. I then fix them again and anot
I\'m seeing a strange result, when I put the following in my JUnit code:开发者_开发百科 selenium.click(\"link=Test Link\");
I am running Selenium Server.I\'m also launching an automated test script that I exported from the Mozilla Selenium IDE and exported to my Java client driver program which I compiled and ran in Eclips
I am attempting to launch a custom firefox profile on a remote machine, launching from Windows XP to Mac OS X. The browser launchs using the custom profile but opens the set up url and the remote runn
i am trying to press the ok button from a confirmation box like this (i added Thread.spleep so i checked the button is pressed and the confirmation box is shown)