Python Selenium Binding

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Python Selenium Binding

Deepak
I am trying to automate installation and upgrade of server and using python Selenium Binding with Webdriver.

When upgrade happen pop up window comes and i need to manage that window.

Please let me know the way how can i do that.

I am trying to install one server via python script and webdriver. How to
validate the data (IP Address, User ID password and many more in pop up
window which will start after installation of server start.
 
Reply | Threaded
Open this post in threaded view
|

Re: Python Selenium Binding

softwaretestingforum
Administrator
I am afraid there may not be a solution from WebDriver available for it.
From your description it looks like a standalone window and you may to use AutoIT kind of solution on Python to achieve your goal
~ seleniumtests.com