When I follow any tutorial video's and click the download link on Selenium it downloads Selenium as a jar file I'm not sure what to do with. In all the video's I see it downloads the file as an add-on to Firefox which is different to me. I have downloaded a separate add on for Firefox but it doesn't seem to work.
Any help or a pointer to a good tutorial would be great! thanks in advance. Sorry for the question I'm sure it's very basic I just can't figure it out.
Access this url.
Click on Add to firefox
Restart firefox
Simple steps:
Open Firefox -> Search Selenium IDE on Google
Go to this URL: https://addons.mozilla.org/en-us/firefox/addon/selenium-expert-selenium-ide/
Click on Add to firefox
After installation see message
Restart the Browser
GO to Tools-->Selenium IDE
Related
I'm currently have a task of making an idea for building a Chrome Extension to automate Debugging web code.
This is a test to get the position in company (not what I'll do in real)
Can I use Auto test frameworks such as Selenium in my Chrome extension?
I've googled but most people care about use Selenium to test a Chrome extension, while I want to put Selenium into my Extension to test people's website.
Thank you guys!
I unpacked and loaded an extension for Chrome, https://github.com/iamadamdev/bypass-paywalls-chrome, but I need to find its corresponding folder in the Extensions folder in the Chrome profile path /Users//Library/Application Support/Google/Chrome/Default/Extensions/ and I can't find it there.
The rest of my Chrome extensions are there though, but those were installed directly from the Chrome Web Store whereas this one was unpacked with developer mode, so I'm wondering if that's the issue? If it is, or if it's due to something else, is there a way to fix this? I need to find it for my Selenium-based project, where the WebDriver opens up the Chrome browser with an extension preloaded, following https://seleniumjava.com/2016/05/22/start-the-chrome-browser-with-extensions/
I have installed Selenium IDE for Chrome as well as Selenium Side Runner, NodeJS, and ChromeDriver. I am able to successfully create a .side project and run it against a website. However, I have not been able to figure out how to read text from a txt file (just a single numeral in this case) and insert it into a form field on a site. I have previous experience with iMacros, so I attempted to use some of that knowledge to get Selenium to read the file but with no luck. If I edit the .side file in Notepad++, it is mostly just css with embedded commands, so I am really not sure of next steps. Any assistance would be appreciated.
I've been doing some testing with a Python box in Nitrous.IO, and I was looking for a way to open files via the CLI into the web based IDE. This would be an alternative to going through the point & click menu on the left-hand side of the web IDE interface.
Does anyone know if Nitrous.IO has a CLI command that will open files into the web IDE?
Thank you,
SirCobalt
There is no way to do this right now. I've asked the question to Nitrous.IO, this was their reply:
There isn't a way to open files into the editor from the console, but I'll bring this up with the team. Thanks for the feedback!
I tried to use Selenium for the automation testing script. The testing web page used SWFUpload for uploading. I don't see any api in Selenium to resolve the upload.
Here is the page: http://demo.swfupload.org/v220/multiinstancedemo/index.php
I found flash-selenium but it is not useful.
http://code.google.com/p/flash-selenium/
Thanks,
Jame
One way of uploading documents is by using autoscripts.
However, autoit scripts are only supported on a windows machine.
You need to do following:
Click on browse button.
Run the .exe autoit file.(exe file can be converted from autoit scripts).