selenium
Here are 4,351 public repositories matching this topic...
-
Updated
Nov 13, 2018 - TypeScript
知乎登录报错
execjs._exceptions.ProgramError: TypeError: 'exports' 未定义
定位不出来是哪错了
Hello people i want to create a bot and make comments to post which need to tag a friends.
I read the Documentation but i could not figure out the solution.
Also i need a solution when post is liked to make comments or multiple comments without end session. I can comment only to posts witch are not liked....
Thank you.
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
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/
-
Updated
May 15, 2020 - Python
我最近也在学习下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
May 25, 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.
🐛 Bug Report
Operating System:
macOS 10.15.3
Docker Image:
budtmo/docker-android-x86-10.0
Docker Version:
Docker Desktop v2.2.0.3
Docker-compose version (Only if you use it):
N/A
Docker Command to start docker-android:
N/A
Expected Behavior
docker build completes without errors
Actual Behavior
An image is build based on budtmo/docker-android-x86-10.0
🐛 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.
My project have routing based on hosts. But web driver make request to http://127.0.0.1:9080.
How can i change host?
-
Updated
May 13, 2020 - JavaScript
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
May 25, 2020 - 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://localhost-
Updated
Oct 17, 2019 - Python
The 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
May 22, 2020 - Python
-
Updated
May 23, 2020 - Java
-
Updated
May 7, 2020 - Jupyter Notebook
-
Updated
May 17, 2020
-
Updated
May 2, 2018 - Ruby
Today, I stumbled upon the lack of ability to set the page load timeout defined by the W3C WebDriver standard [1]. The underlying Python Selenium implementation does provide a corresponding set_page_load_timeout method in selenium.webdriver.remote.webdriver.WebDriver [2].
Too me, it is not completely clear how this should be handled on the library level. SeleniumLibrary currently has two ki
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
...