issues Search Results · repo:Python-World/s-tool language:Python
Filter by
33 results
(74 ms)33 results
inPython-World/s-tool (press backspace or delete to remove)Is your feature request related to a problem? Please describe. Create chrome driver object if browser and driver not
provided
Describe the solution you d like if user not provided driver and browser parameter ...
enhancement
chavarera
- Opened on Jun 9, 2023
- #64
Describe the bug
Creating Exception when driver value is no passed
To Reproduce
SeleniumTools(browser= firefox )
Expected behavior If driver object not provided it should download appropriate driver ...
bug
chavarera
- Opened on Jun 9, 2023
- #63
Write an function to execute java-script code statement and return java-script variables.
driver
enhancement
chavarera
- Opened on Aug 27, 2021
- #56
from s_tool.driver import SeleniumDriver as SBot
with SBot( firefox , headless=True) as obj:
obj.get( https://google.com )
obj.take_screenshot()
Capturing full page screenshot as cropped
bug
driver
good first issue
chavarera
- Opened on Aug 4, 2021
- #48
Is your feature request related to a problem? Please describe. Retrieve web page title
driver
enhancement
good first issue
chavarera
- 6
- Opened on Aug 2, 2021
- #47
Is your feature request related to a problem? Please describe. While opening a local file into browser for some
automation we always required to add before starting of file
file:///
Describe the solution ...
driver
enhancement
good first issue
chavarera
- Opened on Jul 28, 2021
- #43
Add interrogate for doc-string coverage
documentation
enhancement
good first issue
chavarera
- Opened on Jul 27, 2021
- #41
Example:
from s_tool.driver import SeleniumDriver
obj = SeleniumDriver( firefox , headless=True,executable_path= path_of_executable )
obj.close()
if executable_path given then use that path to initiate ...
driver
enhancement
good first issue
chavarera
- Opened on Jul 26, 2021
- #40
The Speed of selenium object parser is slow.
https://github.com/Python-World/s-tool/blob/d14ddb3f4fe7a362abbbc6f7885f4a268ca0af20/s_tool/parser.py#L5
replace above method with LXML logic
Steps:
1. ...
enhancement
good first issue
parser
chavarera
- Opened on Jul 26, 2021
- #39
Is s-tool support internet Explorer? Please confirm and update.
akash-asquare
- Opened on Jul 21, 2021
- #37

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.