Skip to main content
1 vote
1 answer
537 views

Suppose, I have login to application function in setup module with the scope session. Test file name: test_login_app.py @pytest.fixture(scope="session") def setup_module(request): ...
Satyam Agrawal's user avatar
0 votes
2 answers
226 views

I have one method called click button where I'll be having multiple try catches containing X-path, so how will get to know which X-path is executed recently by the driver? public void actions(String ...
Uday Pratap Singh's user avatar
2 votes
4 answers
18k views

I'm refactoring my app from procedural code to OOP. I am trying to do this Driver class. UPDATE: this works in Windows but not in Mac. # IMPORTS from sys import platform import os from os import ...
AppCreator's user avatar
0 votes
2 answers
2k views

I'm using C# / Selenium 3 and the Microsoft Chromium Edge Webdriver to scrape a web page and then deliver data to another application. I need to check if the user has closed the web browser. Is there ...
making's user avatar
  • 407
0 votes
0 answers
100 views

Trying to select the "Follow" buttons from a Instagram user followers list like this one: Instagram followers list I'm using this function to get the buttons. That weird string is the class ...
TheAB's user avatar
  • 31
2 votes
3 answers
1k views

I am trying to locate an element that has the following line in the chrome inspect code, <href="app/arp/home/profile">. My line is: driver.find_element(By.xpath("//a[@href='/app/...
PChao's user avatar
  • 449
-4 votes
1 answer
413 views

As per the documentation: Hub is the central point in the Selenium Grid that routes the JSON test commands to the nodes. It receives test requests from the client and routes them to the required ...
Steve's user avatar
  • 1
2 votes
1 answer
1k views

After having downloaded the selenium-server-standalone-3.141.59 jar file from https://www.selenium.dev/downloads/, I tried to extract the files. During the extraction, a pop-up shows up saying: "The ...
dmarmoset's user avatar
0 votes
1 answer
447 views

Trying to check a specific check box in a dynamic grid. The only uniqueness for the targeted checkbox is it's value. The surrounding div is created by the grid object and is not really related to the ...
SC_Adams's user avatar
  • 156
0 votes
0 answers
3k views

Getting an error while viewing the properties of the folders. Earlier it was working fine I don't know what the problem is. I removed the dependencies and added again but still getting the same error....
VivekVadher's user avatar
0 votes
1 answer
88 views

I am automating the Expedia site using selenium(3.12.0) and Pyhton(3.7). I am not able to acheive the mouse hovering action. Error message is:selenium.common.exceptions....
Jayashree Dhar's user avatar
23 votes
6 answers
41k views

What is Selenium? When you open the official page of the Selenium, the first thing you read is "Selenium automates browser" in "What is Selenium?" section. The section "Which part of Selenium is ...
learningQA's user avatar
1 vote
2 answers
2k views

First of all, I'm using Cucumber 4.2 and Selenium 3 on Firefox 64. I'm trying to get past the "Accept cookies" button with Selenium, but nothing seems to work. I've tried following DebanjanB's ...
CiaranC94's user avatar
  • 194
0 votes
1 answer
1k views

Selenium standalone server lib is added, Gecko driver (latest version). All set but error still appears. I'm using: Java 8 Update 191 Windows 10, 64 bit Mozilla 48.0.2 Selenium 3.141.59 Code: ...
Fromkos's user avatar
0 votes
2 answers
165 views

I have create a JQuery script that works in the browser console, but it is not working in the selenium3 automation. The exception I'm receiving is unknown error: $ is not defined. I read that the ...
j.barrio's user avatar
  • 1,068

15 30 50 per page
1
2 3 4 5 6