Skip to main content

Questions tagged [webdriver]

WebDriver is an API for controlling web browsers, e.g. for automated tests. There are different WebDriver "language bindings" (i.e. client libraries) and WebDriver "implementations" (i.e. browser extensions that make a browser controllable via the API), so if your question is specific to one of them, make sure to also include the appropriate tag.

2 votes
0 answers
615 views

I have been obtaining financial information on an annuity I have which is invested in multiple funds which are proprietary to the insurance company. The asset value is not available other than on ...
Ron Rosenfeld's user avatar
1 vote
2 answers
134 views

I am trying to use Selenium for website automation testing tasks and I am new to Selenium testing framework. The the situation I faced is to wait the website components loading and then do the related ...
JimmyHu's user avatar
  • 7,575
2 votes
1 answer
1k views

I'm trying to scrape arrival data from Flight Radar 24 My script takes extremely long time to scrape the data. Is there any way I can speed up the scraping process? Here's my script: ...
lockey's user avatar
  • 51
2 votes
0 answers
378 views

For a project, I need to make use of Selenium WebDrivers, and since they're so expensive to start, I decided to write a pool to manage them. ...
Carcigenicate's user avatar
4 votes
0 answers
105 views

New to Python/Selenium and learning on the fly with my first basic selenium script. Request user input - activate or deactivate. Open's website, loops through shop URL as well as activate/deactivate ...
Richard Lee's user avatar
5 votes
1 answer
319 views

This is a personal project which I created solely to torture my friends ;) I'm pretty sure you've heard about typeracer. And if you have friends like mine who are faster than you, you'd surely be ...
Sriv's user avatar
  • 2,800
3 votes
1 answer
192 views

This is a project that finds a specific anime (show) and checks to see if there is a new episode of it . this is also the first time that i used def like this and ...
bliboy's user avatar
  • 389
7 votes
2 answers
885 views

The first part of the code opens Chrome and navigates to GitHub. If I don't find my solution, I open a new tab with ctrlt. Then my code goes to Stack Overflow and searches there for solutions. ...
bliboy's user avatar
  • 389
1 vote
1 answer
110 views

I am trying to design some classes which I intent to use as a framework. I would like them to be compliant to SOLID design principles. I had a basic structure and then I implemented Strategy design ...
niklodeon's user avatar
  • 193
2 votes
1 answer
231 views

This is a python program that automates skipping through users on a chat website called talkwithstrangers using the Selenium Webdriver and BeautifulSoup modules of Python. The first part uses ...
Daniel Sam's user avatar
1 vote
1 answer
200 views

This is a python program that automates skipping through users on a chat website called talkwithstrangers using the Selenium Webdriver and ...
Daniel Sam's user avatar
4 votes
0 answers
116 views

I'm pretty new to software testing and am currently working on a cloud-based web application. Briefly, the application uses: Ext JS as a framework Bryntum's Siesta framework for testing Currently, I'...
Nuri Engin's user avatar
5 votes
1 answer
213 views

I need to click on a "account" button from a table of buttons. If this "account" button is not present, then I will need to click a different "UseAnotherAccount" button. How I do it at the moment is:...
Yu Zhang's user avatar
  • 717
3 votes
1 answer
119 views

Inspired by this question on CodeReview, and because I'm never able to beat the queue. I'm just too slow I guess.. :( I made a little python utility that reads the queue's information every 30 ...
Ludisposed's user avatar
  • 11.8k
1 vote
2 answers
198 views

I am automating a webform, and this is what I've coded so far. I am curious if you find the code good and readable. But most important to me is to get some feedback for learning purposes. The remove ...
Bedirhan's user avatar

15 30 50 per page