selenium
Here are 4,628 public repositories matching this topic...
-
Updated
Nov 13, 2018 - TypeScript
知乎登录报错
execjs._exceptions.ProgramError: TypeError: 'exports' 未定义
定位不出来是哪错了
Once our documentation has been simplified, it would be nice to have the curated guides about setting up InstaPy available in different languages.
Advantages of this feature:
- Users will find it easier to understand what to do
- Bigger audience
Possible ways of achieving this while keeping control:
- Finding people that are interested in contributing on a non-code way. Translation o
This is a dup of #1620. However #1620 was closed by the stale bot and I can't reopen it. The issue still has merit so I (re-)submit the issue.
For our purposes, we'd just like the file names easily parsable and since the terminal's ls -l sorts by filename by default, make sure the filenames start with the year, month, day, hour etc.
Currently, lib/testsuite/screenshots.js:18 has:
st
-
Updated
May 15, 2020 - Python
Update documentation
Hi there!
Thanks for submitting an issue to Protractor.
To help us help you better, please do the following before submitting an issue:
- Review the questions section of CONTRIBUTING.md.
- Make sure you are not asking a usage or debugging question. If you are, use [StackOverflow](http://stackoverflow.com/
我最近也在学习下Python的网络爬虫,非常感谢你的分享。
我今天在搭建好环境后尝试Spider_Python项目时遇到一个问题,无法连接mongodb,提示的错误是pymongo不存在Connection模块,然后我在网上找了下pymongo的用法,做了如下修改后可以正常运行并存入mongodb。
` # 连接数据库,db和posts为数据库和集合的游标
def Connection(self):
#connect to mongo(localhost:27017)
mongoclient = pymongo.MongoClient()
mongodb = mongoclient[self.database]
posts = mongodb.posts
return posts
-
Updated
Jul 13, 2020 - Dockerfile
What are you trying to achieve? (Expected behavior)
If I have a cookie from webdriver I expect to read the "SameSite" attribute of the cookie.
What do you get instead? (Actual behavior)
In https://github.com/facebook/php-webdriver/blob/community/lib/Cookie.php#L49 the "SameSite" attribute is not saved in the cookie.
Details
- Php-webdriver version: 1.7.1
- PHP version: 7.3.
Operating System:
Kubernetes on to of Amazon Linux 2
Docker Image:
butomo1989/docker-android-x86-7.1.1
Docker Version:
17.06
Docker-compose version (Only if you use it):
we are not using
K8S Yaml to start docker-android:
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: android
namespace: selenium
labels:
app: selenium
environment: st
I'm new on using github tools.
We should add in the docs that we can use selenium special Keys:
e.g. (return key):
from selenium.webdriver.common.keys import Keys
ElementAPI.type(Keys.RETURN)
or add a reference to selenium docs for special keys
🐛 Bug Report
After clicking the Reset button, the UI is broken.

To Reproduce
- Navigate to http://localhost:4444/dashboard
- Click Reset button
Expected behavior
the UI loads perfectly.
-
Updated
Jul 9, 2020 - JavaScript
My project have routing based on hosts. But web driver make request to http://127.0.0.1:9080.
How can i change host?
People often want to use proxy server like BrowserUp (former BrowserMobProxy) to intercept requests/responses between browser and server.
When browser is run inside Selenoid container, the proxy should be also run inside the same container.
I suggest to add BrowserUp proxy to Selenoid containers with Chrome, Firefox and other browsers.
From
-
Updated
Jul 14, 2020 - Python
-
Updated
Oct 17, 2019 - Python
Output of gemini --version:
Version: 5.0.0-alpha.9
Global: 5.0.0-alpha.8
Contents of .gemini.yml file:
rootUrl: 'http://localhost:8888'
compositeImage: true
screenshotMode: 'fullpage'
sessionsPerBrowser: 3
system:
browserstack: {}
'html-reporter':
enabled: true
path: 'gemini/gemini-reports'
errorsOnly: false
baseHost: 'http://localhostThe W3C spec is defining element interactability, and requiring it to be checked before clicks & send keys. It is even getting its own error code.
A user on Slack had an issue with a css animation covering the element in a way that it
- Linux
- Windows
- Firefox
Linux is pretty similar and even easier than macOS, there is a google-chrome binary in PATH and it can be parsed to any of the channels. (google-chrome --version)
-
Updated
Jul 13, 2020 - Java
-
Updated
Jul 11, 2020 - Python
-
Updated
Jul 13, 2020 - Jupyter Notebook
-
Updated
Jul 5, 2020
-
Updated
May 2, 2018 - Ruby
Improve this page
Add a description, image, and links to the selenium topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the selenium topic, visit your repo's landing page and select "manage topics."
Selenium 4 brings a set of all-new features and https://www.selenium.dev/documentation/en/ needs to be updated to contain the related docs for them.
Motivation
It'd be nice to have the following new features covered in the docs:
Example
...