Skip to content
#

selenium

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

GiannisRallis
GiannisRallis commented Apr 22, 2020

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.

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.
anoppe
anoppe commented Feb 19, 2020

🐛 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

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
0xLeon
0xLeon commented Jan 8, 2020

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.

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.