Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged selenium
0
votes
828
views
1
answer
selenium - HTTP basic authentication URL with "@" in password
I'm trying to set up some selenium tests to our staging server using Sauce Labs. It's behind a basic http auth, ... "@" is part of the password? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
820
views
1
answer
selenium webdriver - ChromeDriver error "unknown error: cannot get automation extension"
Since the 7th of February all my tests are failing with the same error; the log entry reads: RESPONSE ... , and the latest Chromedriver. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
951
views
1
answer
selenium webdriver - How can i swipe horizontally after locating an element using Appium in an Android app?
I have used the following code, but it is not working: int startX = driver.findElement(By.xpath("//*[@class=' ... be resolved or is not a field See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
884
views
1
answer
selenium - How to get the value of an attribute using XPath
I have been testing using Selenium WebDriver and I have been looking for an XPath code to get the value of the ... value of the "alt" attribute. See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
916
views
1
answer
selenium - Set firefox profile with protractor
I want to run tests with Firefox/protractor with the cache feature disabled. (Actually, I'm trying to prevent ... can pass in the capabilities? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
697
views
1
answer
selenium - Chromedriver error "Chrome version must be >= 52" using Nightwatch
I'm trying to setup Nightwatch, and am using the latest chromedriver which says it supports chrome v52-54. BUT, ... to update my actual chrome? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
1.1k
views
1
answer
selenium - What is default location of ChromeDriver and for installing Chrome on Windows
I need to install chromedriver on Windows OS. In the article below they specify: https://sites.google.com/a/ ... the same on Windows OS? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
1.3k
views
1
answer
selenium - Getting "The path to the driver executable must be set by the webdriver.chrome.driver system property"though set correct path
My code is very simple code: WebDriver wd =new ChromeDriver(); System.setProperty("webdriver.chrome.driver", "D:\ ... . Selenium : version 3.4 See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
1.0k
views
1
answer
selenium - Access window object / browser scope from protractor
I'm running tests with protractor, but it seems impossible to access the JS 'window' object. I even tried adding ... are in the browser scope ? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
984
views
1
answer
selenium - keep protractor browser session alive
I have looked everywhere but it looks like I am only person asking this. How to keep browser session in ... server would be fine as well See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
858
views
1
answer
selenium - How to mouseover in python Webdriver
It seems this is the way to do hover / mouseover in webdriver, at least in the java api: Actions action ... mouseover done in python webdriver? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
954
views
1
answer
selenium - Is there an HtmlUnitDriver for .NET?
I'm using Selenium's WebDriver to run some SpecFlow tests for an ASP.NET MVC app I'm working on for self- ... there a .NET version out there? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
874
views
1
answer
selenium - How can I control Chromedriver open window size?
I'm using Selenium WebDriver for automation and I'm using Chromedriver. I have noticed that when my driver runs and ... how can I change it? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
769
views
1
answer
selenium - Firefox WebDriver doesn't work with Firefox 32
I've just updated to Firefox 32, when I attempt to run my Selenium Webdriver Test, Im getting the following ... : Firefox Browser version: 32 See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
825
views
1
answer
selenium webdriver - HtmlUnitDriver (HtmlUnit) vs GhostDriver (PhantomJS)?
We are in the middle of choosing our headless browser driver solution that will be some implementation of Selenium ... be a better solution? See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
1.2k
views
1
answer
selenium webdriver - How can I set the browser window size when using `google-chrome --headless`?
I tried setting the browser size on Chrome --headless by using Selenium WebDriver commands. I ... Session ID: 9569e5ebd8f7540ce510b20647443baf See Question&Answers more detail:os...
asked
Oct 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
968
views
1
answer
selenium - I would like to select a DropDown from a list but HTML don't have select Tag I am not sure should i use Select class or what
I am new to selenium and i would like to perform a simple task I want to select a drop-down from a tab and ... let me know how to move forward. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
934
views
1
answer
selenium - SessionNotCreatedException: Message: Unable to create new service: ChromeDriverService with ChromeDriver and SeleniumGrid through Python
Hi anyone know what is going on or how I can debug the error as following. the step I ... /errorhandler.py:242: SessionNotCreatedException See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
927
views
1
answer
selenium - NullPointerException in my code. How to deal with it
I've written my code in Java using Selenium. When I run the code, it's throwing a NullPointerException. Check the ... admin", "admin@123"); } } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
1.1k
views
1
answer
selenium - How to capture a screenshot after each step in tests with JAVA and Cucumber?
What would be the best way to capture screenshots after each step when running integration tests? Tests are written ... you for any hints. See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
885
views
1
answer
selenium - Reports are not generated when the build is failed in Maven Cucumber Reports
Reports are generating successfully when the build is successful but when there are any failed cases which cause ... class RunCukesTest{ } See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
1.1k
views
1
answer
selenium - How to find parent elements by python webdriver?
Is there any methods for python+selenium to find parent elements, brother elements, or child elements just like ... get the option selected? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
777
views
1
answer
selenium - Pass driver ChromeOptions and DesiredCapabilities?
The new Google chrome update causes this message in the browser "You are using an unsupported command-line ... new ChromeDriver(capabilities); See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
1.0k
views
1
answer
selenium - webdriver classname with space using java
This question received great answers in jquery and I was wondering if someone could give an example of this in Java please ... ">url</a> </span> See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
731
views
1
answer
selenium - Setting up Continuous Integration of Protractor using Jenkins
I am writing automation test scripts using Protractor and now I need to set up the CI for this using Jenkins. ... anyone help in this regard? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
911
views
1
answer
selenium - Java Wait for a HTML element and record the mouse click through WebDriverEventListener
I am developing a java application to help the construction of selenium tests and I would like to know if it ... of html was clicked greetings See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
780
views
1
answer
selenium - Which drivers support "no-browser"/"headless" testing?
Actually I want to run my selenium code on server where dont want open the any browser. But I am confused which ... and store in my server). See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
0
votes
673
views
1
answer
selenium - WebElement getText() is an empty string in Firefox if element is not physically visible on the screen
My Selenium Webdriver tests broke recently after upgrading Firefox to version 19. In several of my tests I need to ... it visible on the screen? See Question&Answers more detail:os...
asked
Oct 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
selenium
Page:
« prev
1
2
3
4
5
6
7
8
9
...
11
next »
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] 请教一个js的基础问题
[2] 使用*as以后在发方法中调用,当深拷贝时报错是为什么?
[3] SplitChunksPlugin 这2个条件是啥意思?没看到它想表达的意思
[4] php 如何实现 java 的解密方式
[5] 如何写这个查询?
[6] vue中我定义的环境变量打包后为什么获取不到了
[7] 字符串如何替换
[8] java - Unexpected implicit cast to Button: layout tag was TextView
[9] element-ui 中 Cascader 级联选择器有没有什么办法判断它是否
[10] vscode写vue有什么办法能够跳转css样式?
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...