Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: princeqjzh/iSelenium_Python
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: luos296/iSelenium_Python
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 24, 2021

  1. 加上如下代码,

    chrome_options.add_argument('--no-sandbox') ##root权限运行Chrome
    chrome_options.add_argument('--disable-dev-shm-usage') ##大量渲染时候写入/tmp而非/dev/shm
    luos296 committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    a85869d View commit details
    Browse the repository at this point in the history
  2. 修改换行符错误

    luos296 committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    538cd9f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f87a197 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d51e75e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    869d744 View commit details
    Browse the repository at this point in the history
  6. 添加Chrome启动参数

    luos296 committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    4ef44d0 View commit details
    Browse the repository at this point in the history
  7. 添加Chrome启动参数

    luos296 committed Jun 24, 2021
    Configuration menu
    Copy the full SHA
    151024c View commit details
    Browse the repository at this point in the history
Loading