Skip to content
#

selenium

Here are 4,628 public repositories matching this topic...

timgrossmann
timgrossmann commented Dec 15, 2018

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
nightwatch
pmorch
pmorch commented Feb 11, 2019

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
ajitsinghkaler
ajitsinghkaler commented Apr 19, 2020

Hi there!

Thanks for submitting an issue to Protractor.

To help us help you better, please do the following before submitting an issue:

  1. Review the questions section of CONTRIBUTING.md.
  2. Make sure you are not asking a usage or debugging question. If you are, use [StackOverflow](http://stackoverflow.com/
xyz-blue
xyz-blue commented Feb 24, 2018

我最近也在学习下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

codegain
codegain commented Dec 4, 2019

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.
maauso
maauso commented May 24, 2019

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
asolntsev
asolntsev commented Mar 4, 2020

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

ganlanyuan
ganlanyuan commented Oct 29, 2017

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
selenium-ide

Improve this page

Add a description, image, and links to the selenium topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the selenium topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.